[tor-bugs] #12389 [Tor]: Should we warn when exit nodes are using opendns or google dns?
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Aug 15 16:29:44 UTC 2014
#12389: Should we warn when exit nodes are using opendns or google dns?
------------------------+-------------------------------------
Reporter: nickm | Owner:
Type: defect | Status: needs_revision
Priority: normal | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version:
Resolution: | Keywords: tor-relay 026-triaged-1
Actual Points: | Parent ID:
Points: |
------------------------+-------------------------------------
Changes (by nickm):
* status: needs_review => needs_revision
Comment:
It's a good start; let me make a few suggestions.
* There should be one table; it should probably list stuff like {
"8.8.8.8", "Google" }, ...
* The message should be something more like, "it looks like you're using
a public %s nameserver for your Tor exit node. This can be a problem for
the network: please see (URL)" and then link to some URL.
* I think we need to detect whether the function is present using
autoconf, and not just check for libevent 2. After all, many libevent 2.0
versions are out there already, without this new function.
* In the new Libevent function, you extract started_at from the
evdns_base before you lock the evdns_base. That's a potential race
condition, I think.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12389#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list