aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid_traffic.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-09 02:48:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-09 02:48:54 +0000
commitae713f06c76f0129e573357642fcca3f08a61eeb (patch)
tree2ca0b22c9bad604799f545fa01b402e5fd2ead69 /packages/squid_traffic.xml
parenta75da77eb139efaf96f06548359352140531ec2a (diff)
downloadpfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.tar.gz
pfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.tar.bz2
pfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.zip
Update squid package from Michael Capp
Diffstat (limited to 'packages/squid_traffic.xml')
-rw-r--r--packages/squid_traffic.xml125
1 files changed, 125 insertions, 0 deletions
diff --git a/packages/squid_traffic.xml b/packages/squid_traffic.xml
new file mode 100644
index 00000000..037752e2
--- /dev/null
+++ b/packages/squid_traffic.xml
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="utf-8" ?>
+
+<packagegui>
+ <info>
+ <name>squidtraffic</name>
+ </info>
+
+ <files></files>
+ <menus></menus>
+
+ <configpath>['installedpackages']['package']['squidtraffic']['configuration']['settings']</configpath>
+ <aftersaveredirect>/pkg_edit.php?xml=squid_traffic.xml&amp;id=0</aftersaveredirect>
+
+ <tabs>
+ <tab>
+ <text>General Settings</text>
+ <url>/pkg_edit.php?xml=squid_ng.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Upstream Proxy</text>
+ <url>/pkg_edit.php?xml=squid_upstream.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Cache Mgmt</text>
+ <url>/pkg_edit.php?xml=squid_cache.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Network Access Control</text>
+ <url>/pkg_edit.php?xml=squid_nac.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Traffic Mgmt</text>
+ <url>/pkg_edit.php?xml=squid_traffic.xml&amp;id=0</url>
+ <active/>
+ </tab>
+
+ <!--<tab>
+ <text>Authentication Settings</text>
+ <url>/pkg_edit.php?xml=squid_auth.xml&amp;id=0</url>
+ </tab>
+
+ <tab>
+ <text>Users</text>
+ <url>/pkg_edit.php?xml=squid_users.xml&amp;id=0</url>
+ </tab>
+ -->
+ </tabs>
+
+ <fields>
+ <field>
+ <fielddescr>Maximum Download Size (KB)</fielddescr>
+ <fieldname>max_download_size</fieldname>
+ <description>This value allows limitation to download size (in KB) for each download request. The default value is 0, which disables the limitation.</description>
+ <type>input</type>
+ <size>4</size>
+ </field>
+
+ <field>
+ <fielddescr>Maximum Upload Size (KB)</fielddescr>
+ <fieldname>max_upload_size</fieldname>
+ <description>This value allows limitation to upload size (in KB) for each upload request. The default value is 0, which disables the limitation.</description>
+ <type>input</type>
+ <size>4</size>
+ </field>
+
+ <field>
+ <fielddescr>Download Throttle on Interface</fielddescr>
+ <fieldname>dl_overall</fieldname>
+ <description>This value specifies the bandwidth throttle on the interface if desired.</description>
+ <type>select</type>
+ <options>
+ <option><name>64 kBit/s</name><value>64</value></option>
+ <option><name>128 kBit/s</name><value>128</value></option>
+ <option><name>256 kBit/s</name><value>256</value></option>
+ <option><name>512 kBit/s</name><value>512</value></option>
+ <option><name>1024 kBit/s</name><value>1024</value></option>
+ <option><name>2048 kBit/s</name><value>2048</value></option>
+ <option><name>3072 kBit/s</name><value>3072</value></option>
+ <option><name>5120 kBit/s</name><value>5120</value></option>
+ <option><name>Unlimited</name><value>unlimited</value></option>
+ </options>
+ </field>
+
+ <field>
+ <fielddescr>Download Limit Per Host</fielddescr>
+ <fieldname>dl_per_host</fieldname>
+ <description>This value specifies the download limit per host if desired.</description>
+ <type>select</type>
+ <options>
+ <option><name>64 kBit/s</name><value>64</value></option>
+ <option><name>128 kBit/s</name><value>128</value></option>
+ <option><name>256 kBit/s</name><value>256</value></option>
+ <option><name>512 kBit/s</name><value>512</value></option>
+ <option><name>1024 kBit/s</name><value>1024</value></option>
+ <option><name>2048 kBit/s</name><value>2048</value></option>
+ <option><name>3072 kBit/s</name><value>3072</value></option>
+ <option><name>5120 kBit/s</name><value>5120</value></option>
+ <option><name>Unlimited</name><value>unlimited</value></option>
+ </options>
+ </field>
+
+ <field>
+ <fielddescr>Throttle Binary Files</fielddescr>
+ <fieldname>throttle_binary_files</fieldname>
+ <type>checkbox</type>
+ </field>
+
+ <field>
+ <fielddescr>Throttle CD Images</fielddescr>
+ <fieldname>throttle_cd_images</fieldname>
+ <type>checkbox</type>
+ </field>
+
+ <field>
+ <fielddescr>Throttle Multimedia</fielddescr>
+ <fieldname>throttle_multimedia</fieldname>
+ <type>checkbox</type>
+ </field>
+
+ </fields>
+</packagegui> \ No newline at end of file