Make ClientDNSRejectInternalAddresses testing-only.

Undeprecate it;
rename it to TestingClientDNSRejectInternalAddresses;
add the old name as an alias;
reject configurations where it is set but TestingTorNetwork is not;
change the documentation accordingly.

Closes tickets 21031 and 21522.
This commit is contained in:
Nick Mathewson
2017-09-07 10:03:31 -04:00
parent 8421756da3
commit 27fa4a98d2
7 changed files with 25 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
o Removed features:
- The ClientDNSRejectInternalAddresses flag can no longer be set on
non-testing networks. It has been deprecated since 0.2.9.2-alpha.
Closes ticket 21031.