diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-18 18:13:34 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-18 18:13:34 +0200 |
commit | 2412edf89ae748261ba2799ff6d81e1643c5377a (patch) | |
tree | 13030a22c6cd7d5ff3637283368f062f24373f58 /config | |
parent | 415680944f58615b3a896b629b3e0525e1165b7d (diff) | |
download | pfsense-packages-2412edf89ae748261ba2799ff6d81e1643c5377a.tar.gz pfsense-packages-2412edf89ae748261ba2799ff6d81e1643c5377a.tar.bz2 pfsense-packages-2412edf89ae748261ba2799ff6d81e1643c5377a.zip |
squid3 - disable broken Youtube caching feature
Broken (Bug #3847) and not working anyway because of how YT works (http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube#Discussion)
Diffstat (limited to 'config')
-rwxr-xr-x | config/squid3/34/squid_cache.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/34/squid_cache.xml b/config/squid3/34/squid_cache.xml index f9204d46..3b2cd406 100755 --- a/config/squid3/34/squid_cache.xml +++ b/config/squid3/34/squid_cache.xml @@ -280,14 +280,14 @@ <field> <fielddescr>Refresh Patterns</fielddescr> <fieldname>refresh_patterns</fieldname> - <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patterns to sites like <a target=_new href='http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube'>Youtube</a> and <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> + <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patterns to sites like <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> <br><strong>Notes:</strong><br> Squid wiki suggests 'Finish transfer if less than x KB remaining' on 'traffic mgmt' squid tab to -1 but you can apply your own values to control cache.<br><br> set Maximum download size on 'traffic mgmt' squid tab to a value that fits patterns your are applying.<br>Microsoft may need 200Mb and youtube 4GB.]]></description> <type>select</type> <default_value>none</default_value> <options> - <option><name>Youtube</name><value>youtube</value></option> + <!--<option><name>Youtube</name><value>youtube</value></option>--> <option><name>Windows Update</name><value>windows</value></option> <option><name>Symantec Antivirus</name><value>symantec</value></option> <option><name>Avira</name><value>avira</value></option> |