summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-08 02:12:57 +0000
committerBill Marquette <billm@pfsense.org>2005-06-08 02:12:57 +0000
commit9fd8feb10e35667d57bb3586fb0a05e3b46dcce0 (patch)
tree50f27fe63df99b46fe739290447428dfc831b50a /usr/local/www/wizards
parentc3fcf4074e5e01dee4a6bdc0c529633429402764 (diff)
downloadpfsense-9fd8feb10e35667d57bb3586fb0a05e3b46dcce0.zip
pfsense-9fd8feb10e35667d57bb3586fb0a05e3b46dcce0.tar.gz
small wizard fixes
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml10
1 files changed, 5 insertions, 5 deletions
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 @@
<type>checkbox</type>
<typehint>Other networking protocols</typehint>
<description>This will help raise the priority of other protocols higher than most traffic.</description>
- <enablefields>MSRDP,PPTP,IPSEC,StreamingMP3</enablefields>
+ <enablefields>MSRDP,PPTP,IPSEC,StreamingMP3,irc,dns</enablefields>
<donotdisable>true</donotdisable>
</field>
<field>
@@ -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'] != "") {
OpenPOWER on IntegriCloud