Fix options text/display for IPv4 DNS and Verify SSL on DynDNS clients. Fixes #7588

This commit is contained in:
jim-p 2017-05-22 15:53:37 -04:00
parent 2c1a08a8a3
commit bc07c19263

View File

@ -336,17 +336,17 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'curl_ipresolve_v4',
'CURL options',
'Force IPv4 resolving',
'HTTP API DNS Options',
'Force IPv4 DNS Resolution',
$pconfig['curl_ipresolve_v4']
));
$section->addInput(new Form_Checkbox(
'curl_ssl_verifypeer',
null,
'Verify SSL peer',
'HTTP API SSL Options',
'Verify SSL Certificate Trust',
$pconfig['curl_ssl_verifypeer']
));
))->setHelp('When set, the server must provide a valid certificate trust chain which can be verified by this firewall.');
$section->addInput(new Form_Input(
'username',