+
+ | =gettext('Enable'); ?> |
+
+ " />
+ =gettext('Filter DNS requests using OpenDNS'); ?>
+
+
+
+ =gettext(sprintf(
+ 'Enabling the OpenDNS service will overwrite DNS servers configured ' .
+ 'via the General Setup page as well as ignore any DNS servers learned ' .
+ 'by DHCP/PPP on WAN and use the DNS servers from %s instead.',
+ 'OpenDNS.com'
+ )); ?>
+
+ |
+
+
+ | =gettext('Username'); ?> |
+
+
+
+
+ =gettext(
+ 'Signon Username to log into your OpenDNS dashboard. ' .
+ 'It is used to automatically update the IP address of ' .
+ 'the registered network.'
+ ); ?>
+
+ |
+
+
+ | =gettext('Password'); ?> |
+
+
+ |
+
+
+ | =gettext('Network'); ?> |
+
+
+
+
+ =gettext(sprintf(
+ 'Enter the network name configured on the %s under ' .
+ '\'Manage your networks\'. Used to update the node\'s ' .
+ 'IP address whenever the WAN interface changes its IP address.',
+ '' .
+ gettext('Networks Dashboard of OpenDNS') .''
+ )); ?>
+
+ |
+
+
+
+ | =gettext('Test result');?> |
+
+ %s ',
+ strpos($result, 'good') === 0 ? 'ok text-success' : 'remove text-danger',
+ $result
+ );
+ }
+ ?>
+ |
+
+
+
+ | |
+
+
+
+ |
+
+
+