aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard_sync.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-07 00:37:06 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-05-07 00:37:06 -0300
commit69ca8dd4ebb73e9c9907267fc629e797f55baf86 (patch)
tree372bb06edd92107817e96b97fa7113ccc34cbe3d /config/squidGuard/squidguard_sync.xml
parent2f161c4306a9e34cb3f924a12d066e4c6e8e4101 (diff)
downloadpfsense-packages-69ca8dd4ebb73e9c9907267fc629e797f55baf86.tar.gz
pfsense-packages-69ca8dd4ebb73e9c9907267fc629e797f55baf86.tar.bz2
pfsense-packages-69ca8dd4ebb73e9c9907267fc629e797f55baf86.zip
squidGuard - update sync tab options to include system sync settings and call sync process only with apply button
Diffstat (limited to 'config/squidGuard/squidguard_sync.xml')
-rw-r--r--config/squidGuard/squidguard_sync.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/config/squidGuard/squidguard_sync.xml b/config/squidGuard/squidguard_sync.xml
index cf21c1bf..f0537faf 100644
--- a/config/squidGuard/squidguard_sync.xml
+++ b/config/squidGuard/squidguard_sync.xml
@@ -10,6 +10,7 @@
squidguardsync.xml
part of pfSense (http://www.pfSense.com)
Copyright (C) 2013 Alexander Wilke <nachtfalkeaw@web.de>
+Copyright (C) 2013 Marcello Coutinho
based on pfblocker_sync.xml
All rights reserved.
@@ -94,11 +95,18 @@ POSSIBILITY OF SUCH DAMAGE.
<type>listtopic</type>
</field>
<field>
- <fielddescr>Automatically sync SquidGuard configuration changes?</fielddescr>
+ <fielddescr>Enable Sync</fielddescr>
<fieldname>varsyncenablexmlrpc</fieldname>
<description><![CDATA[All changes will be synced immediately to the IPs listed below if this option is checked.<br>
- <b>Important:</b> Only sync from host A to B, A to C but <b>do not</B> enable XMLRPC sync <b>to</b> A. This will result in a loop!]]></description>
- <type>checkbox</type>
+ <b>Important:</b> While using "Sync to hosts defined below", only sync from host A to B, A to C but <b>do not</B> enable XMLRPC sync <b>to</b> A. This will result in a loop!]]></description>
+ <type>select</type>
+ <required/>
+ <default_value>auto</default_value>
+ <options>
+ <option><name>Sync to configured system backup server</name><value>auto</value></option>
+ <option><name>Sync to host(s) defined below</name><value>manual</value></option>
+ <option><name>Do not sync this package configuration</name><value>disabled</value></option>
+ </options>
</field>
<field>
<fielddescr>XMLRPC timeout</fielddescr>