summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-03-20 08:27:41 -0400
committerIsis Lovecruft <isis@torproject.org>2018-04-04 00:19:33 +0000
commit9df110cd722a383414584d5ff6494944c993bb6d (patch)
tree28ee43034c31ca12e52ae20b5042ea3d68a029af /src/or/or.h
parent21c81348a39dd235c40656c34abb76daf88e81f3 (diff)
downloadtor-9df110cd722a383414584d5ff6494944c993bb6d.tar.gz
tor-9df110cd722a383414584d5ff6494944c993bb6d.zip
Remove PortForwarding options
Signed-off-by: Isis Lovecruft <isis@torproject.org>
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 25fc6cdf37..8cdfe76a90 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4204,10 +4204,6 @@ typedef struct {
* testing our DNS server. */
int EnforceDistinctSubnets; /**< If true, don't allow multiple routers in the
* same network zone in the same circuit. */
- int PortForwarding; /**< If true, use NAT-PMP or UPnP to automatically
- * forward the DirPort and ORPort on the NAT device */
- char *PortForwardingHelper; /** < Filename or full path of the port
- forwarding helper executable */
int AllowNonRFC953Hostnames; /**< If true, we allow connections to hostnames
* with weird characters. */
/** If true, we try resolving hostnames with weird characters. */