mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Reject SOCKS requests for "localhost" or ".local"
Sending them on is futile, since we will be told "127.0.0.1" and then think we've been lied to. Partial fix for 2822.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor features:
|
||||
|
||||
- Don't bother trying to connect to addresses that we are sure will
|
||||
resolve to 127.0.0.1: Getting 127.0.0.1 in a reply makes us think
|
||||
we have been lied to, even when the address the client tried to
|
||||
connect to was "localhost." Partial fix for bug 2822.
|
||||
Reference in New Issue
Block a user