summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-29 03:00:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-29 03:00:34 +0000
commit38dfb8db94bbc80632e42ae592241660a88d0e91 (patch)
tree177c5ca65b0f1619ffe44ebecabf082f2dd21256 /usr/local/www/wizards/traffic_shaper_wizard.xml
parent3962b07000967cd9e6f27b5d3f61c5e673079caa (diff)
downloadpfsense-38dfb8db94bbc80632e42ae592241660a88d0e91.zip
pfsense-38dfb8db94bbc80632e42ae592241660a88d0e91.tar.gz
MFC 8780
Add Evercrack 2 to list of games
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index b16f9ae..7dd328d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -816,7 +816,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>BattleNET,Battlefield2,CallOfDuty,Counterstrike,DeltaForce,DOOM3,EmpireEarth,Everquest,FarCry,GunZOnline,HalfLife,HalfLife2,Halo2,Lineage2,PlanetSide,QuakeIII,TigerWoods2004PS2,WolfensteinEnemyTerritory,WorldOfWarcraft</enablefields>
+ <enablefields>BattleNET,Battlefield2,CallOfDuty,Counterstrike,DeltaForce,DOOM3,EmpireEarth,Everquest,Everquest2,FarCry,GunZOnline,HalfLife,HalfLife2,Halo2,Lineage2,PlanetSide,QuakeIII,TigerWoods2004PS2,WolfensteinEnemyTerritory,WorldOfWarcraft</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper->step5->enable</bindstofield>
</field>
@@ -877,6 +877,12 @@
<bindstofield>ezshaper->step5->everquest</bindstofield>
</field>
<field>
+ <name>Everquest2</name>
+ <type>checkbox</type>
+ <typehint>Everquest II</typehint>
+ <bindstofield>ezshaper->step5->everquest2</bindstofield>
+ </field>
+ <field>
<name>GunZOnline</name>
<type>checkbox</type>
<typehint>GunZ Online</typehint>
@@ -1094,6 +1100,15 @@
$gamesplist[] = array('Everquest-4', 'udp', '7000', '7000', 'both');
}
+ if($_POST['everquest2'] != "") {
+ /* everquest2 */
+ $gamesplist[] = array('Everquest2-1', 'tcp', '7000', '7000', 'both');
+ $gamesplist[] = array('Everquest2-2', 'udp', '3016', '3021', 'both');
+ $gamesplist[] = array('Everquest2-3', 'udp', '9100', '9100', 'both');
+ $gamesplist[] = array('Everquest2-4', 'udp', '9700', '9703', 'both');
+ $gamesplist[] = array('Everquest2-5', 'udp', '32800', '33000', 'both');
+ }
+
if($_POST['farcry'] != "") {
/* far cry */
$gamesplist[] = array('FarCry-1', 'tcp', '49001', '49002', 'both');
OpenPOWER on IntegriCloud