summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_hasync.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-15 17:16:48 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-15 17:16:48 -0200
commitc25caf5b01269961d0129f8f83dc8dc1a078c3a8 (patch)
tree4a7660267d264fa853aa21653621473bf926bb13 /usr/local/www/system_hasync.php
parentfa2122b02af3731ac09c4acd320c8b56f9e6e029 (diff)
downloadpfsense-c25caf5b01269961d0129f8f83dc8dc1a078c3a8.zip
pfsense-c25caf5b01269961d0129f8f83dc8dc1a078c3a8.tar.gz
Add DNS Resolver to the list of services to be sync'd on HA, make sure it and DNS Forwarder are not enabled simultaneously. It fixes #4067
Diffstat (limited to 'usr/local/www/system_hasync.php')
-rwxr-xr-xusr/local/www/system_hasync.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index caeb79d..f77f666 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -322,11 +322,11 @@ include("head.inc");
</td>
</tr>
<tr valign="top">
- <td width="22%" class="vncell">Synchronize DNS Forwarder</td>
+ <td width="22%" class="vncell">Synchronize DNS Forwarder / Resolver</td>
<td class="vtable">
<input id='synchronizednsforwarder' type='checkbox' name='synchronizednsforwarder' value='on' <?php if ($pconfig['synchronizednsforwarder'] === "on") echo "checked='checked'"; ?> />
<br />
- When this option is enabled, this system will automatically sync the DNS Forwarder configuration to the other HA host when changes are made.
+ When this option is enabled, this system will automatically sync the DNS Forwarder and DNS Resolver configuration to the other HA host when changes are made.
</td>
</tr>
<tr valign="top">
OpenPOWER on IntegriCloud