From 189e3bab8d8f7dce0ea762f49ee0a410acdcd023 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 6 Jun 2005 23:18:14 +0000 Subject: Add MP3 streaming media option --- usr/local/www/wizards/traffic_shaper_wizard.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 8bb1d4d..91f967e 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -881,7 +881,12 @@ IPSEC checkbox IPSEC VPN traffic - + + + Streaming MP3 + checkbox + Streaming Media + Next submit @@ -955,6 +960,11 @@ $othersplist[] = array('IPSEC','tcp','500','500','both'); } + if($_POST['streamingmp3'] != "") { + /* streaming mp3 media aka shoutcast */ + $othersplist[] = array('IPSEC','tcp','8000','8010','both'); + } + /* XXX: add some more protocols here! */ /* Set up/down protocols as higher weight */ -- cgit v1.1