]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/urlfilter/redirect_wrapper
Forgotten half of the files :D
[people/pmueller/ipfire-2.x.git] / config / urlfilter / redirect_wrapper
index aee7015b5b32b49a4ca2068126af8bcee5bdaf55..7f66cd89dc4ca6c51dd69dcb7b5f85674b9fc39b 100644 (file)
@@ -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)