From 8dca032f86dfe544461f860834f455710c00dfe0 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Tue, 27 Nov 2007 16:00:16 +0000 Subject: add HBCI to traffic shaper --- usr/local/www/wizards/traffic_shaper_wizard.inc | 7 ++++++- usr/local/www/wizards/traffic_shaper_wizard.xml | 28 +++++++++++++++++++++---- 2 files changed, 30 insertions(+), 5 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index 5bd8d3b..fe571c7 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -771,7 +771,7 @@ function step6_stepsubmitphpaction() { $gamesplist[] = array('AL-1', 'tcp', '11000', '11000', 'both'); $gamesplist[] = array('AL-2', 'tcp', '11002', '11002', 'both'); $gamesplist[] = array('AL-3', 'tcp', '11008', '11008', 'both'); - } + } if($_POST['gunzonline'] != "") { /* GunZ Online */ @@ -1073,6 +1073,11 @@ function step7_stepsubmitphpaction() { $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['cvsup']); } + if($_POST['hbci'] != "") { + /* HBCI */ + $othersplist[] = array('HBCI', 'tcp', '3000', '3000', 'both', $_POST['hbci']); + } + /* XXX: add some more protocols here! */ /* Set up/down protocols as higher weight */ diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b03db11..24e2267 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -651,9 +651,9 @@ World of Warcraft ezshaper->step6->wow - - ArchLord - checkbox + + ArchLord + checkbox ArchLord ezshaper->step6->archlord @@ -684,7 +684,7 @@ checkbox Other networking protocols This will help raise or lower the priority of other protocols higher than most traffic. - AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP + AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,HBCI true ezshaper->step7->enable @@ -1241,6 +1241,26 @@ CVSUP + HBCI + ezshaper->step7->hbci + select + + + + + + HBCI + + Next submit -- cgit v1.1