summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2017-11-04 16:24:52 +0100
committerSebastian Hahn <sebastian@torproject.org>2017-11-04 18:31:00 +0100
commite491c05f96387178da0958614084cd6ab30f5ea7 (patch)
tree34dda3a822f0ef50c2e414902ffd2843b8e1feb3 /src
parent5a46074e550229e6c19eac9625b26af346b487fc (diff)
downloadtor-e491c05f96387178da0958614084cd6ab30f5ea7.tar.gz
tor-e491c05f96387178da0958614084cd6ab30f5ea7.zip
Undo deprecation of ClientDNSRejectInternalAddresses
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/config.c b/src/or/config.c
index c87786cb9f..bba2532000 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -646,7 +646,7 @@ static const config_var_t testing_tor_network_defaults[] = {
"0, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 16, 32, 60"),
V(ClientBootstrapConsensusMaxDownloadTries, UINT, "80"),
V(ClientBootstrapConsensusAuthorityOnlyMaxDownloadTries, UINT, "80"),
- V(ClientDNSRejectInternalAddresses, BOOL,"0"), // deprecated in 0.2.9.2-alpha
+ V(ClientDNSRejectInternalAddresses, BOOL,"0"),
V(ClientRejectInternalAddresses, BOOL, "0"),
V(CountPrivateBandwidth, BOOL, "1"),
V(ExitPolicyRejectPrivate, BOOL, "0"),
@@ -694,8 +694,6 @@ static const config_deprecation_t option_deprecation_notes_[] = {
/* Deprecated since 0.2.9.2-alpha... */
{ "AllowDotExit", "Unrestricted use of the .exit notation can be used for "
"a wide variety of application-level attacks." },
- { "ClientDNSRejectInternalAddresses", "Turning this on makes your client "
- "easier to fingerprint, and may open you to esoteric attacks." },
/* End of options deprecated since 0.2.9.2-alpha. */
/* Deprecated since 0.3.2.0-alpha. */