diff options
author | amontero <amontero@166637.no-reply.drupal.org> | 2013-06-28 03:05:52 +0200 |
---|---|---|
committer | amontero <amontero@166637.no-reply.drupal.org> | 2013-06-28 03:05:52 +0200 |
commit | 95eca7cc0da65be69495fb67b152e678ba6d9c75 (patch) | |
tree | 5762013eea7efe0995062c2da6ff7cac6927b591 /README | |
parent | af692e5858753ed695043ff8bc1d33f227fb0f85 (diff) | |
download | puppet-tor-95eca7cc0da65be69495fb67b152e678ba6d9c75.tar.gz puppet-tor-95eca7cc0da65be69495fb67b152e678ba6d9c75.tar.bz2 |
Add PortForwarding to allow UPnP firewall pf configuration.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |