diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-22 19:19:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-22 19:19:02 +0000 |
commit | 4dc91251a8041f54fd7aa476a255500746462ed2 (patch) | |
tree | 3bc65a8d0f50b49d040fe0b4bdf4d2d5b3df6458 /usr/local/pkg | |
parent | 9cf8666c0f2804abc711dffb2a0f80a816eb0229 (diff) | |
download | pfsense-4dc91251a8041f54fd7aa476a255500746462ed2.zip pfsense-4dc91251a8041f54fd7aa476a255500746462ed2.tar.gz |
MFC 9569
Add Sync DNS Forwarder settings to CARP Sync
Diffstat (limited to 'usr/local/pkg')
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index 41205a7..d4fc9d6 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -154,6 +154,12 @@ <type>checkbox</type> </field> <field> + <fielddescr>Synchronize DNS Forwarder</fielddescr> + <fieldname>synchronizednsforwarder</fieldname> + <description>When this option is enabled, this system will automatically sync the DNS Forwarder hosts/domains over to the other carp host when changes are made.</description> + <type>input</type> + </field> + <field> <fielddescr>Synchronize to IP</fielddescr> <fieldname>synchronizetoip</fieldname> <description>Enter the IP address of the firewall you would like to synchronize your rules to.</description> |