tor-fw-helper 901 B

1234567891011121314
  1. o Major features:
  2. - Tor now has the ability to wrangle NAT devices like a good network cowbot
  3. with the tor-fw-helper tool. The tor-fw-helper tool supports Apple's
  4. NAT-PMP protocol and the UPnP standard for TCP port mapping. This
  5. optional tool may be enabled at compile time by configuring with
  6. '--enable-upnp' or '--enable-natpmp' or with both. This tool may be
  7. called by hand or by Tor. By configuring the PortForwarding option, Tor
  8. will launch the helper on a regular basis to ensure that the NAT mapping
  9. is regularly updated. Additionally, a user may also specify an
  10. alternative helper by using the PortForwardingHelper option. The helper
  11. may be specified by name or with the full path to the helper. The default
  12. helper is named 'tor-fw-helper' and any alternative helper must take the
  13. tor-fw-helper-spec.txt into account.