diff options
author | Colin Smith <colin@pfsense.org> | 2005-03-31 15:19:25 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-03-31 15:19:25 +0000 |
commit | 2e63a53cc5752b81b8e0a36517d5bdea43adc4a8 (patch) | |
tree | f2be4ebf0c0e6ff4b60b2dce98a57533ff36b0e8 | |
parent | 89250e807a60a42c27c03ecd50228e0c2d143c19 (diff) | |
download | pfsense-packages-2e63a53cc5752b81b8e0a36517d5bdea43adc4a8.tar.gz pfsense-packages-2e63a53cc5752b81b8e0a36517d5bdea43adc4a8.tar.bz2 pfsense-packages-2e63a53cc5752b81b8e0a36517d5bdea43adc4a8.zip |
Add <note> to synchronizetoip field.
-rw-r--r-- | packages/carp_settings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/carp_settings.xml b/packages/carp_settings.xml index f93df97e..66795397 100644 --- a/packages/carp_settings.xml +++ b/packages/carp_settings.xml @@ -109,6 +109,8 @@ <fieldname>synchronizetoip</fieldname> <description>Enter the IP address of the firewall you would like to synchronize your rules to.</description> <type>input</type> + <note>Note: CARP sync is currently only supported over http connections - make sure the remote system's + WebGUI protocol is set to this!</note> </field> <field> <fielddescr>Remote System Password</fielddescr> |