diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:43:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-12 10:43:34 -0400 |
commit | 26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93 (patch) | |
tree | 9f974ffe1721507edadee29e3def22abbb21521c /src/or/or.h | |
parent | 4027bd2e9680cb5922b006847aa4db6170826bf6 (diff) | |
parent | 27fa4a98d23972213122fa99499efa4baebe49e3 (diff) | |
download | tor-26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93.tar.gz tor-26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93.zip |
Merge branch 'ticket21031'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index de03a99035..b3c4ed8293 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4212,7 +4212,7 @@ typedef struct { /** If true, do not believe anybody who tells us that a domain resolves * to an internal address, or that an internal address has a PTR mapping. * Helps avoid some cross-site attacks. */ - int ClientDNSRejectInternalAddresses; + int TestingClientDNSRejectInternalAddresses; /** If true, do not accept any requests to connect to internal addresses * over randomly chosen exits. */ |