diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-14 00:05:03 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-09-14 00:05:03 -0700 |
commit | c1ac0695d5bc64b555c345e4be87b18bab3ae56b (patch) | |
tree | 0d2e56804b3028ca16b6a682710a5235f75ede19 /changes | |
parent | 6a799c10eed145005b1755c49ea0d9c787df44b7 (diff) | |
download | tor-c1ac0695d5bc64b555c345e4be87b18bab3ae56b.tar.gz tor-c1ac0695d5bc64b555c345e4be87b18bab3ae56b.zip |
Fix a bogus warning
Diffstat (limited to 'changes')
-rw-r--r-- | changes/dont-warn-about-rfc1918-socksport-addrs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/dont-warn-about-rfc1918-socksport-addrs b/changes/dont-warn-about-rfc1918-socksport-addrs new file mode 100644 index 0000000000..94825994c4 --- /dev/null +++ b/changes/dont-warn-about-rfc1918-socksport-addrs @@ -0,0 +1,7 @@ + o Minor bugfixes: + + - Don't warn users that they are exposing a client port to the + Internet if they have specified an RFC1918 address. Previously, + we would warn if the user had specified any non-loopback + address. Bugfix on 0.2.3.3-alpha. Fixes bug 4018; reported by Tas. + |