summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-28 01:31:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-28 01:31:37 +0000
commit4dd9a935cc1dd0ee5d72f5c3f98ac471815960c0 (patch)
tree1445459b0364a1dcd33b9c85739c25d7a1c4a162 /usr/local
parentedaf8633a65c8298208c57e4967704749c389e15 (diff)
downloadpfsense-4dd9a935cc1dd0ee5d72f5c3f98ac471815960c0.zip
pfsense-4dd9a935cc1dd0ee5d72f5c3f98ac471815960c0.tar.gz
Increase range to 55000
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 7f136b3..694ca15 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, set your client to use port 50000 for random data ports.</typehint>
+ <typehint>Bittorrent and other P2P using the Torrent protocol and ports, set your client to use port 50000-55000 for random data ports.</typehint>
<bindstofield>ezshaper->step4->bittorrent</bindstofield>
</field>
<field>
@@ -676,7 +676,7 @@
if($_POST['bittorrent'] != "")
$p2plist[] = array('BitTorrent', 'tcp', '6881', '6999', 'both');
if($_POST['bittorrent'] != "")
- $p2plist[] = array('BitTorrent', 'tcp', '50000-51000', '50000-51000', 'both');
+ $p2plist[] = array('BitTorrent', 'tcp', '50000-55000', '50000-55000', 'both');
if($_POST['buddyshare'] != "")
$p2plist[] = array('BuddyShare', 'tcp', '7788', '7788', 'both');
if($_POST['cutemx'] != "")
OpenPOWER on IntegriCloud