X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=config%2Furlfilter%2Fredirect_wrapper;fp=config%2Furlfilter%2Fredirect_wrapper;h=7f66cd89dc4ca6c51dd69dcb7b5f85674b9fc39b;hp=aee7015b5b32b49a4ca2068126af8bcee5bdaf55;hb=e5a63a6f60fee9ea8b06617e6d15c8e909afb41a;hpb=83d20a455578805e79568f1500dec805f88ba834 diff --git a/config/urlfilter/redirect_wrapper b/config/urlfilter/redirect_wrapper index aee7015b5b..7f66cd89dc 100644 --- a/config/urlfilter/redirect_wrapper +++ b/config/urlfilter/redirect_wrapper @@ -31,6 +31,9 @@ my $redirectors = [ '/usr/bin/squidGuard', '/usr/sbin/updxlrator' ]; require '/var/ipfire/general-functions.pl'; my %proxysettings=(); +$proxysettings{'ENABLE_FILTER'} = 'off'; +$proxysettings{'ENABLE_CLAMAV'} = 'off'; +$proxysettings{'ENABLE_UPDXLRATOR'} = 'off'; &General::readhash("${General::swroot}/proxy/settings", \%proxysettings); # define here your redirectors (use a comma sperated list)