summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 02:02:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 02:02:03 +0000
commit28c18dd88a7e6422cfb03c4e23ee64d520687a30 (patch)
tree8fb73532c6448b41b26ed0cf3388cc7fc9e59f95
parent6751a1a35e6c46b2593afd9b5c0c3a019df86bdc (diff)
downloadpfsense-28c18dd88a7e6422cfb03c4e23ee64d520687a30.zip
pfsense-28c18dd88a7e6422cfb03c4e23ee64d520687a30.tar.gz
* Add Quake III
* Add Delta Force
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index c889c07..254f30e 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -599,7 +599,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</enablefields>
+ <enablefields>Counterstrike,DeltaForce,QuakeIII</enablefields>
<donotdisable>true</donotdisable>
</field>
<field>
@@ -610,7 +610,17 @@
<name>Counterstrike</name>
<type>checkbox</type>
<typehint>Counterstrike. The ultimate 1st person shooter.</typehint>
- </field>
+ </field>
+ <field>
+ <name>DeltaForce</name>
+ <type>checkbox</type>
+ <typehint>Delta Force</typehint>
+ </field>
+ <field>
+ <name>QuakeIII</name>
+ <type>checkbox</type>
+ <typehint>Quake III</typehint>
+ </field>
<field>
<name>Next</name>
<type>submit</type>
@@ -676,6 +686,12 @@
$gamesplist[] = array('Chat','udp','27012','27012','both');
$gamesplist[] = array('HL-Serverport ','udp','27015','27015','both');
+ /* delta force */
+ $gamesplist[] = array('Delta1','udp','17478','17478','both');
+
+ /* quake3 */
+ $gamesplist[] = array('Delta1','udp','27910','27910','both');
+
/* XXX: add some more games here! */
/* Set up/down games as higher weight */
OpenPOWER on IntegriCloud