diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-25 22:12:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-25 22:12:54 +0000 |
commit | 49ad1eefa1569a5c8a9ee757fa854edf4cfff8cb (patch) | |
tree | 2ffeafde38a7ee4d2061cfc79bd98e5a64b0dd06 /ChangeLog | |
parent | 01f9e97d43014f9d404d9b09031bed814ac507a3 (diff) | |
download | tor-49ad1eefa1569a5c8a9ee757fa854edf4cfff8cb.tar.gz tor-49ad1eefa1569a5c8a9ee757fa854edf4cfff8cb.zip |
Add an EnforceDistinctSubnets option so that clients who know what they are doing (mainly people with private testing networks) can disable our same-/16 detection.
svn:r8504
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? - When asked to resolve a hostname, don't use non-exit servers unless requested to do so. This allows servers with broken DNS to be useful to the network. + - Add an "EnforceDistinctSubnets" option to control our "exclude + servers on the same /16" behavior. It's still on by default; this + is mostly for people who want to operate private test networks with + all the machines on the same subnet. o Security Fixes, minor: - If a client asked for a server by name, and we didn't have a |