summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-28 01:23:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-28 01:23:23 +0000
commitedaf8633a65c8298208c57e4967704749c389e15 (patch)
treeb647e031cf13a319548247118aac0f6caa819daa /usr/local
parent52624d2c846a44ca9e4c68457e4caae97af3f029 (diff)
downloadpfsense-edaf8633a65c8298208c57e4967704749c389e15.zip
pfsense-edaf8633a65c8298208c57e4967704749c389e15.tar.gz
Use port 50000-51000 for BT and note this in the GUI
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index b5bf803..7f136b3 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -537,7 +537,7 @@
<field>
<name>BitTorrent</name>
<type>checkbox</type>
- <typehint>Bittorrent and other P2P using the Torrent protocol and ports</typehint>
+ <typehint>Bittorrent and other P2P using the Torrent protocol and ports, set your client to use port 50000 for random data ports.</typehint>
<bindstofield>ezshaper->step4->bittorrent</bindstofield>
</field>
<field>
@@ -675,6 +675,8 @@
$p2plist[] = array('Aimster', 'tcp', '7668', '7668', 'both');
if($_POST['bittorrent'] != "")
$p2plist[] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
+ if($_POST['bittorrent'] != "")
+ $p2plist[] = array('BitTorrent', 'tcp', '50000-51000', '50000-51000', 'both');
if($_POST['buddyshare'] != "")
$p2plist[] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
if($_POST['cutemx'] != "")
OpenPOWER on IntegriCloud