summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-12 05:09:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-12 05:09:33 +0000
commitf2952490916f0afbb5c31d1ef94feb13acf4df37 (patch)
treedab27881452cceb261e2ef0c4a89a973a2cd9538 /usr/local/www/wizards/traffic_shaper_wizard.xml
parent8ae8369773f071ab5c16c4c65d18d65cbb83d5ff (diff)
downloadpfsense-f2952490916f0afbb5c31d1ef94feb13acf4df37.zip
pfsense-f2952490916f0afbb5c31d1ef94feb13acf4df37.tar.gz
Add Halo2 + XBox Live
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index cd9e0cf..f16dc3d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -717,7 +717,7 @@
<type>checkbox</type>
<typehint>Prioritize network gaming traffic</typehint>
<description>This will raise the priority of gaming traffic to higher than most traffic.</description>
- <enablefields>Counterstrike,DeltaForce,QuakeIII,TigerWoods2004PS2,CallOfDuty,PlanetSide</enablefields>
+ <enablefields>Counterstrike,DeltaForce,QuakeIII,TigerWoods2004PS2,CallOfDuty,PlanetSide,Halo2</enablefields>
<donotdisable>true</donotdisable>
</field>
<field>
@@ -755,6 +755,11 @@
<typehint>PlanetSide</typehint>
</field>
<field>
+ <name>Halo2</name>
+ <type>checkbox</type>
+ <typehint>Halo2 via Xbox live</typehint>
+ </field>
+ <field>
<name>Next</name>
<type>submit</type>
</field>
@@ -855,6 +860,13 @@
$gamesplist[] = array('PlanetSide2','udp','30000','30500','both');
}
+ if($_POST['halo2'] != "") {
+ /* Halo2 + XBOX Live */
+ $gamesplist[] = array('Halo2-1','udp','88','88','both');
+ $gamesplist[] = array('Halo2-2','udp','3074','3074','both');
+ $gamesplist[] = array('Halo2-3','tcp','3074','3074','both');
+ }
+
/* XXX: add some more games before this line!! */
/* Set up/down games as higher weight */
OpenPOWER on IntegriCloud