summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-06-30 12:47:05 -0700
committerduritong <peter.meier+github@immerda.ch>2013-06-30 12:47:05 -0700
commit96b5bfeb4e3f0665725ae3417daff652c3d6ec7a (patch)
tree5762013eea7efe0995062c2da6ff7cac6927b591 /README
parentaf692e5858753ed695043ff8bc1d33f227fb0f85 (diff)
parent95eca7cc0da65be69495fb67b152e678ba6d9c75 (diff)
Merge pull request #6 from pataquets/add-PortForwarding
Add PortForwarding to allow UPnP firewall pf configuration.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index d52a2b3..7777438 100644
--- a/README
+++ b/README
@@ -133,6 +133,8 @@ You have the following options that can be passed to a relay, with the defaults
$port = 0,
$listen_addresses = [],
+$portforwarding = 0, # PortForwarding 0|1, set for opening ports at the router via UPnP.
+ # Requires 'tor-fw-helper' binary present.
$bandwidth_rate = '', # KB/s, defaulting to using tor's default: 5120KB/s
$bandwidth_burst = '', # KB/s, defaulting to using tor's default: 10240KB/s
$relay_bandwidth_rate = 0, # KB/s, 0 for no limit.