mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
more games for traffic shaper
This commit is contained in:
parent
906e513a59
commit
9bf5a970ab
@ -42,7 +42,6 @@ $gamesplist['battlenet'] = array();
|
||||
$gamesplist['battlenet'][] = array('Battle.NET-diablo2', 'tcp', '4000', '4000', 'both'); //diablo2
|
||||
$gamesplist['battlenet'][] = array('Battle.NET-game2', 'tcp', '1119', '1119', 'both'); //diablo3, starcraft 2
|
||||
|
||||
|
||||
$gamesplist['battlefield2'] = array();
|
||||
/* Battlefield 2 */
|
||||
$gamesplist['battlefield2'][] = array('BF2-1500-4999', 'udp', '1500', '4999', 'both');
|
||||
@ -54,6 +53,30 @@ $gamesplist['battlefield2'] = array();
|
||||
$gamesplist['battlefield2'][] = array('BF2-29900-29901-TCP', 'tcp', '29900', '29901', 'both');
|
||||
$gamesplist['battlefield2'][] = array('BF2-27900', 'udp', '27900', '27900', 'both');
|
||||
$gamesplist['battlefield2'][] = array('BF2-55123-55125', 'udp', '55123', '55125', 'both');
|
||||
|
||||
$gamesplist['battlefield3'] = array();
|
||||
/* Battlefield 3 */
|
||||
$gamesplist['battlefield3'][] = array('BF3-1', 'tcp', '9988', '9988', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-2', 'tcp', '20000', '20100', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-3', 'tcp', '22990', '22990', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-4', 'tcp', '17502', '17502', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-5', 'tcp', '42127', '42127', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-6', 'udp', '3659', '3659', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-7', 'udp', '14000', '14016', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-8', 'udp', '22990', '23006', 'both');
|
||||
$gamesplist['battlefield3'][] = array('BF3-9', 'udp', '25200', '25300', 'both');
|
||||
|
||||
$gamesplist['battlefieldbc2'] = array();
|
||||
/* Battlefield Bad Company 2 */
|
||||
$gamesplist['battlefieldbc2'][] = array('BFBC2-1', 'tcp', '18390', '18390', 'both');
|
||||
$gamesplist['battlefieldbc2'][] = array('BFBC2-2', 'tcp', '18395', '18395', 'both');
|
||||
$gamesplist['battlefieldbc2'][] = array('BFBC2-3', 'udp', '18395', '18395', 'both');
|
||||
$gamesplist['battlefieldbc2'][] = array('BFBC2-4', 'tcp', '13505', '13505', 'both');
|
||||
|
||||
$gamesplist['borderlands'] = array();
|
||||
/* Borderlands */
|
||||
$gamesplist['borderlands'][] = array('Borderlands-udp', 'udp', '7777', '7777', 'both');
|
||||
$gamesplist['borderlands'][] = array('Borderlands-tcp', 'tcp', '7777', '7777', 'both');
|
||||
|
||||
$gamesplist['callofduty'] = array();
|
||||
/* Call Of Duty */
|
||||
@ -129,6 +152,11 @@ $gamesplist['farcry2'] = array();
|
||||
$gamesplist['farcry2'][] = array('FarCry2-tcp', 'tcp', '9000', '9004', 'both');
|
||||
$gamesplist['farcry2'][] = array('FarCry2-udp', 'udp', '9000', '9004', 'both');
|
||||
|
||||
$gamesplist['farcry3'] = array();
|
||||
/* FarCry 3*/
|
||||
$gamesplist['farcry3'][] = array('FarCry3-game', 'udp', '9000', '9000', 'both');
|
||||
$gamesplist['farcry3'][] = array('FarCry3-punkbuster', 'udp', '10009', '10009', 'both');
|
||||
|
||||
$gamesplist['gunzonline'] = array();
|
||||
/* GunZ Online */
|
||||
$gamesplist['gunzonline'][] = array('GunZOnline', 'udp', '7700', '7700', 'both');
|
||||
@ -145,6 +173,12 @@ $gamesplist['halo2'] = array();
|
||||
$gamesplist['halo2'][] = array('Halo2-2', 'udp', '3074', '3074', 'both');
|
||||
$gamesplist['halo2'][] = array('Halo2-3', 'tcp', '3074', '3074', 'both');
|
||||
|
||||
$gamesplist['leagueoflegends'] = array();
|
||||
/* League of Legends */
|
||||
$gamesplist['leagueoflegends'][] = array('LeagueofLegends-1', 'udp', '5000', '5500', 'both');
|
||||
$gamesplist['leagueoflegends'][] = array('LeagueofLegends-2', 'tcp', '2099', '2099', 'both');
|
||||
$gamesplist['leagueoflegends'][] = array('LeagueofLegends-3', 'tcp', '5222', '5223', 'both');
|
||||
|
||||
$gamesplist['lineage2'] = array();
|
||||
/* Lineage II */
|
||||
$gamesplist['lineage2'][] = array('Lineage2-2009', 'tcp', '2009', '2009', 'both');
|
||||
@ -193,11 +227,24 @@ $gamesplist['playstation3'] = array();
|
||||
$gamesplist['quakeiii'] = array();
|
||||
/* quake3 */
|
||||
$gamesplist['quakeiii'][] = array('quakeiii', 'udp', '27910', '27919', 'both');
|
||||
|
||||
$gamesplist['quakeiv'] = array();
|
||||
/* quake4 */
|
||||
$gamesplist['quakeiv'][] = array('quakeiv-server-udp', 'udp', '27650', '27650', 'both');
|
||||
$gamesplist['quakeiv'][] = array('quakeiv-server-tcp', 'tcp', '27650', '27650', 'both');
|
||||
$gamesplist['quakeiv'][] = array('quakeiv-client-udp', 'udp', '28004', '28004', 'both');
|
||||
$gamesplist['quakeiv'][] = array('quakeiv-client-tcp', 'tcp', '28004', '28004', 'both');
|
||||
|
||||
$gamesplist['starwarstor'] = array();
|
||||
/* quake3 */
|
||||
$gamesplist['starwarstor'][] = array('StarWarsTOR-1', 'tcp', '8995', '8995', 'both');
|
||||
$gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '12000', '12999', 'both');
|
||||
$gamesplist['starwarstor'][] = array('StarWarsTOR-2', 'tcp', '20000', '30000', 'both');
|
||||
|
||||
$gamesplist['steam'] = array();
|
||||
/* Steam Games */
|
||||
$gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2
|
||||
$gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27015', 'both'); //america's army 3, cs:s, cs:go, HL2
|
||||
$gamesplist['steam'][] = array('steam-game-udp', 'udp', '27000', '27030', 'both'); //america's army 3, cs:s, cs:go, HL2, COD: Black Ops, COD: Black Ops 2, Natural Selection 2
|
||||
$gamesplist['steam'][] = array('steam-game-tcp', 'tcp', '27000', '27030', 'both'); //america's army 3, cs:s, cs:go, HL2, COD: Black Ops, COD: Black Ops 2, Natural Selection 2
|
||||
$gamesplist['steam'][] = array('steam-hltv', 'udp', '27015', '27030', 'both');
|
||||
$gamesplist['steam'][] = array('steam-1', 'udp', '4380', '4380', 'both');
|
||||
$gamesplist['steam'][] = array('steam-2', 'udp', '1200', '1200', 'both');
|
||||
|
||||
@ -433,7 +433,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>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<donotdisable>true</donotdisable>
|
||||
<bindstofield>ezshaper->step6->enable</bindstofield>
|
||||
</field>
|
||||
@ -463,6 +463,24 @@
|
||||
<typehint>Battlefield 2 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Battlefield3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>BattlefieldBC2</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield: Bad Company 2</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefieldbc2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Borderlands</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Borderlands</typehint>
|
||||
<bindstofield>ezshaper->step6->borderlands</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>CallOfDuty</name>
|
||||
<type>checkbox</type>
|
||||
@ -535,6 +553,12 @@
|
||||
<typehint>Far Cry 2</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>FarCry3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Far Cry 3</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>GunZOnline</name>
|
||||
<type>checkbox</type>
|
||||
@ -553,6 +577,12 @@
|
||||
<typehint>Halo2 via Xbox live</typehint>
|
||||
<bindstofield>ezshaper->step6->halo2xbox</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>LeagueofLegends</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->leagueoflegends</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Lineage2</name>
|
||||
<type>checkbox</type>
|
||||
@ -601,10 +631,22 @@
|
||||
<typehint>Quake III</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiii</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>QuakeIV</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Quake IV</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiv</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>StarWarsTOR</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->starwarstor</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Steam</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
|
||||
<bindstofield>ezshaper->step6->steam</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -438,7 +438,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>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<donotdisable>true</donotdisable>
|
||||
<bindstofield>ezshaper->step6->enable</bindstofield>
|
||||
</field>
|
||||
@ -468,6 +468,24 @@
|
||||
<typehint>Battlefield 2 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Battlefield3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>BattlefieldBC2</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield: Bad Company 2</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefieldbc2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Borderlands</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Borderlands</typehint>
|
||||
<bindstofield>ezshaper->step6->borderlands</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>CallOfDuty</name>
|
||||
<type>checkbox</type>
|
||||
@ -540,6 +558,12 @@
|
||||
<typehint>Far Cry 2</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>FarCry3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Far Cry 3</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>GunZOnline</name>
|
||||
<type>checkbox</type>
|
||||
@ -558,6 +582,12 @@
|
||||
<typehint>Halo2 via Xbox live</typehint>
|
||||
<bindstofield>ezshaper->step6->halo2xbox</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>LeagueofLegends</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->leagueoflegends</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Lineage2</name>
|
||||
<type>checkbox</type>
|
||||
@ -606,10 +636,22 @@
|
||||
<typehint>Quake III</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiii</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>QuakeIV</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Quake IV</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiv</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>StarWarsTOR</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->starwarstor</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Steam</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
|
||||
<bindstofield>ezshaper->step6->steam</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -446,7 +446,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>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<donotdisable>true</donotdisable>
|
||||
<bindstofield>ezshaper->step6->enable</bindstofield>
|
||||
</field>
|
||||
@ -476,6 +476,24 @@
|
||||
<typehint>Battlefield 2 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Battlefield3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>BattlefieldBC2</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield: Bad Company 2</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefieldbc2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Borderlands</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Borderlands</typehint>
|
||||
<bindstofield>ezshaper->step6->borderlands</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>CallOfDuty</name>
|
||||
<type>checkbox</type>
|
||||
@ -548,6 +566,12 @@
|
||||
<typehint>Far Cry 2</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>FarCry3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Far Cry 3</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>GunZOnline</name>
|
||||
<type>checkbox</type>
|
||||
@ -566,6 +590,12 @@
|
||||
<typehint>Halo2 via Xbox live</typehint>
|
||||
<bindstofield>ezshaper->step6->halo2xbox</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>LeagueofLegends</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->leagueoflegends</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Lineage2</name>
|
||||
<type>checkbox</type>
|
||||
@ -614,10 +644,22 @@
|
||||
<typehint>Quake III</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiii</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>QuakeIV</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Quake IV</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiv</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>StarWarsTOR</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->starwarstor</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Steam</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
|
||||
<bindstofield>ezshaper->step6->steam</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -497,7 +497,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>ARMA2,BattleNET,Battlefield2,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,GunZOnline,HalfLife,Halo2,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,Steam,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<enablefields>ARMA2,BattleNET,Battlefield2,Battlefield3,BattlefieldBC2,Borderlands,CallOfDuty,Counterstrike,Crysis2,DeltaForce,Dirt3,DOOM3,EmpireEarth,EveOnline,Everquest,Everquest2,FarCry,FarCry2,FarCry3,GunZOnline,HalfLife,Halo2,LeagueofLegends,Lineage2,MechwarriorOnline,Minecraft,OperationFlashpointDR,PlanetSide,PlanetSide2,PlayStation3,QuakeIII,QuakeIV,Steam,StarWarsTOR,TigerWoods2004PS2,TribesAscend,UnrealTournament,WolfensteinEnemyTerritory,WorldOfWarcraft,XBox360</enablefields>
|
||||
<donotdisable>true</donotdisable>
|
||||
<bindstofield>ezshaper->step6->enable</bindstofield>
|
||||
</field>
|
||||
@ -527,6 +527,24 @@
|
||||
<typehint>Battlefield 2 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Battlefield3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield 3 - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefield3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>BattlefieldBC2</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Battlefield: Bad Company 2</typehint>
|
||||
<bindstofield>ezshaper->step6->battlefieldbc2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Borderlands</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Borderlands</typehint>
|
||||
<bindstofield>ezshaper->step6->borderlands</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>CallOfDuty</name>
|
||||
<type>checkbox</type>
|
||||
@ -599,6 +617,12 @@
|
||||
<typehint>Far Cry 2</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry2</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>FarCry3</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Far Cry 3</typehint>
|
||||
<bindstofield>ezshaper->step6->farcry3</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>GunZOnline</name>
|
||||
<type>checkbox</type>
|
||||
@ -617,6 +641,12 @@
|
||||
<typehint>Halo2 via Xbox live</typehint>
|
||||
<bindstofield>ezshaper->step6->halo2xbox</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>LeagueofLegends</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>League of Legends - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->leagueoflegends</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Lineage2</name>
|
||||
<type>checkbox</type>
|
||||
@ -665,10 +695,22 @@
|
||||
<typehint>Quake III</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiii</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>QuakeIV</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Quake IV</typehint>
|
||||
<bindstofield>ezshaper->step6->quakeiv</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>StarWarsTOR</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>StarWars: The Old Republic - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
|
||||
<bindstofield>ezshaper->step6->starwarstor</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Steam</name>
|
||||
<type>checkbox</type>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2)</typehint>
|
||||
<typehint>Steam (Includes: America's Army 3, Counter-Strike: Source, Counter-Strike: Global Offensive, Halflife 2, COD: Black Ops Series, Borderlands 2, Natural Selection 2, Left 4 Dead Series, Portal 2)</typehint>
|
||||
<bindstofield>ezshaper->step6->steam</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user