aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid_sync.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-04-25 02:01:07 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-04-25 02:01:07 -0300
commit2091092ce056338746a23b342b75921112922ccd (patch)
tree9eec5714df582077eaad918cd02211ae80337275 /config/squid-reverse/squid_sync.xml
parent64671ccfc12ac87839540de3cb011d7cfcf03401 (diff)
downloadpfsense-packages-2091092ce056338746a23b342b75921112922ccd.tar.gz
pfsense-packages-2091092ce056338746a23b342b75921112922ccd.tar.bz2
pfsense-packages-2091092ce056338746a23b342b75921112922ccd.zip
squid3 - change sync gui to accept system sync
Diffstat (limited to 'config/squid-reverse/squid_sync.xml')
-rwxr-xr-xconfig/squid-reverse/squid_sync.xml28
1 files changed, 25 insertions, 3 deletions
diff --git a/config/squid-reverse/squid_sync.xml b/config/squid-reverse/squid_sync.xml
index 62a726f4..cdd91e78 100755
--- a/config/squid-reverse/squid_sync.xml
+++ b/config/squid-reverse/squid_sync.xml
@@ -9,7 +9,7 @@
/*
squid_sync.xml
part of the sarg package for pfSense
- Copyright (C) 2012 Marcello Coutinho
+ Copyright (C) 2012-2013 Marcello Coutinho
All rights reserved.
*/
/* ========================================================================== */
@@ -92,8 +92,30 @@
<field>
<fielddescr>Automatically sync squid configuration changes</fielddescr>
<fieldname>synconchanges</fieldname>
- <description>Automatically sync squid(normal and reverse) changes to the hosts defined below.</description>
- <type>checkbox</type>
+ <description>Select a sync method for squid.</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>Sync timeout</fielddescr>
+ <fieldname>synctimeout</fieldname>
+ <description>Select sync max wait time</description>
+ <type>select</type>
+ <required/>
+ <default_value>250</default_value>
+ <options>
+ <option><name>250 seconds(Default)</name><value>250</value></option>
+ <option><name>120 seconds</name><value>120</value></option>
+ <option><name>90 seconds</name><value>90</value></option>
+ <option><name>60 seconds</name><value>60</value></option>
+ <option><name>30 seconds</name><value>30</value></option>
+ </options>
</field>
<field>
<fielddescr>Remote Server</fielddescr>