diff options
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/easyrule.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php index 504c999..8c860da 100644 --- a/usr/local/www/easyrule.php +++ b/usr/local/www/easyrule.php @@ -39,6 +39,7 @@ require_once("shaper.inc"); $retval = 0; $message = ""; +$specialsrcdst = explode(" ", "any pptp pppoe l2tp openvpn"); if ($_GET && isset($_GET['action'])) { switch ($_GET['action']) { |