summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-05 17:23:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-05 17:23:22 +0000
commite801f66230d77401a0ae6d8e3effbe95a00a700d (patch)
treeb5e0b455ed9c7383289c86d03558a6ff8de2a07a /usr/local/www/wizards
parent914b7021c7a07104d2c04b904660d2402aad5d9c (diff)
downloadpfsense-e801f66230d77401a0ae6d8e3effbe95a00a700d.zip
pfsense-e801f66230d77401a0ae6d8e3effbe95a00a700d.tar.gz
Add UDP bit torrent traffic rule to wizard
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index c6b7847..bd06153 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -443,8 +443,10 @@ function step5_stepsubmitphpaction() {
/* To add p2p clients, push Descr,Protocol,Start,End,src/dest/both onto p2plist */
if($_POST['aimster'] != "")
$p2plist[] = array('Aimster', 'tcp', '7668', '7668', 'both');
- if($_POST['bittorrent'] != "")
+ if($_POST['bittorrent'] != "") {
$p2plist[] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
+ $p2plist[] = array('BitTorrent', 'udp', '6881', '6999', 'both');
+ }
if($_POST['buddyshare'] != "")
$p2plist[] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
if($_POST['cutemx'] != "")
OpenPOWER on IntegriCloud