summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 23:18:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 23:18:14 +0000
commit189e3bab8d8f7dce0ea762f49ee0a410acdcd023 (patch)
tree477f5f653aa075c8a8176847060a75034fd33a25 /usr/local/www/wizards/traffic_shaper_wizard.xml
parentc15288dc169ff0d607f2de8eb58758cab95e00ef (diff)
downloadpfsense-189e3bab8d8f7dce0ea762f49ee0a410acdcd023.zip
pfsense-189e3bab8d8f7dce0ea762f49ee0a410acdcd023.tar.gz
Add MP3 streaming media option
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.xml')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml12
1 files changed, 11 insertions, 1 deletions
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 @@
<name>IPSEC</name>
<type>checkbox</type>
<typehint>IPSEC VPN traffic</typehint>
- </field>
+ </field>
+ <field>
+ <name>Streaming MP3</name>
+ <type>checkbox</type>
+ <typehint>Streaming Media</typehint>
+ </field>
<field>
<name>Next</name>
<type>submit</type>
@@ -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 */
OpenPOWER on IntegriCloud