mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Fixed authentication not working when using proxy
Changed redirector to be more dynamic and handle new redirectors Changed proxy cgi to support one new redirector and allways use the default Added recent changes to core 11 Changed clamd.conf file to handle streams up to 50M and not using the defaul Started building squidclamav redirector to scan for viruses when using the p
This commit is contained in:
@@ -19,3 +19,6 @@ usr/lib/php/.registry/pear.reg
|
||||
usr/lib/php/data/PEAR/package.dtd
|
||||
usr/lib/php/data/PEAR/template.spec
|
||||
usr/lib/php/pearcmd.php
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
usr/sbin/redirect_wrapper
|
||||
var/ipfire/langs
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
/etc/init.d/squid stop
|
||||
extract_files
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
squidGuard -d -C all
|
||||
chmod 666 /var/ipfire/urlfilter/blacklist/*/*.db
|
||||
/etc/init.d/squid start
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
usr/bin/squidclamav
|
||||
etc/squidclamav.conf
|
||||
srv/web/ipfire/html/clwarn.cgi
|
||||
|
||||
Reference in New Issue
Block a user