mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix options text/display for IPv4 DNS and Verify SSL on DynDNS clients. Fixes #7588
This commit is contained in:
parent
2c1a08a8a3
commit
bc07c19263
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user