From 9fd8feb10e35667d57bb3586fb0a05e3b46dcce0 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Wed, 8 Jun 2005 02:12:57 +0000 Subject: small wizard fixes --- usr/local/www/wizards/traffic_shaper_wizard.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 50b308e..7d041fe 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -834,9 +834,9 @@ /* PlanetSide */ $gamesplist[] = array('PlanetSide','tcp','7000','7000','both'); $gamesplist[] = array('PlanetSide','tcp','7080','7080','both'); - $gamesplist[] = array('PlanetSide2','udp','3016-3021','3016-3021','both'); - $gamesplist[] = array('PlanetSide2','udp','45000-45010','45000-45010','both'); - $gamesplist[] = array('PlanetSide2','udp','30000-30500','30000-30500','both'); + $gamesplist[] = array('PlanetSide2','udp','3016','3021','both'); + $gamesplist[] = array('PlanetSide2','udp','45000','45010','both'); + $gamesplist[] = array('PlanetSide2','udp','30000','30500','both'); } /* XXX: add some more games before this line!! */ @@ -886,7 +886,7 @@ checkbox Other networking protocols This will help raise the priority of other protocols higher than most traffic. - MSRDP,PPTP,IPSEC,StreamingMP3 + MSRDP,PPTP,IPSEC,StreamingMP3,irc,dns true @@ -1003,7 +1003,7 @@ if($_POST['irc'] != "") { /* internet relay chat */ - $othersplist[] = array('IRC','tcp','6667-6670','6667-6670','both'); + $othersplist[] = array('IRC','tcp','6667','6670','both'); } if($_POST['dns'] != "") { -- cgit v1.1