From bc07c19263afbb43b4e1f8a3ad318a0d6e7ff6fb Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 22 May 2017 15:53:37 -0400 Subject: [PATCH] Fix options text/display for IPv4 DNS and Verify SSL on DynDNS clients. Fixes #7588 --- src/usr/local/www/services_dyndns_edit.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 99ec14172a..3f14d51ba2 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -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',