mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Rollback des SSL, weils nen netten Fehler mit dem SSH gibt.
Und noch das komische resetusb geloescht, was keine Funktion mehr besitzt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@686 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -21,15 +21,12 @@
|
||||
#
|
||||
###############
|
||||
|
||||
# Version
|
||||
my $VERSION = '1.0';
|
||||
|
||||
use strict;
|
||||
use IPC::Open2;
|
||||
use IO::Handle;
|
||||
|
||||
# define here your redirectors (use a comma sperated list)
|
||||
my $redirectors = [ '/usr/bin/squidGuard', '/usr/sbin/updxlrator', ];
|
||||
my $redirectors = [ '/usr/bin/squidGuard', '/usr/sbin/updxlrator' ];
|
||||
|
||||
# Attention: keep in mind that the order of your redirectors is important.
|
||||
# It doesn't make sense to scan for viruses on pages you restrict access to...
|
||||
|
||||
Reference in New Issue
Block a user