commit 6eb1607b51a6d2e18620065361af3cbc5d1d0a21 Author: Simone Basso bassosimone@gmail.com Date: Wed May 28 00:09:00 2014 +0200
dns_consistency.py: typos --- ooni/nettests/blocking/dns_consistency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/nettests/blocking/dns_consistency.py b/ooni/nettests/blocking/dns_consistency.py index d6e048f..7959e99 100644 --- a/ooni/nettests/blocking/dns_consistency.py +++ b/ooni/nettests/blocking/dns_consistency.py @@ -94,14 +94,14 @@ class DNSConsistencyTest(dnst.DNSTest): tested and an A lookup on the known good DNS server.
We then compare the results from test_resolvers and that from - control_resolver and see if the match up. + control_resolver and see if they match up. If they match up then no censorship is happening (tampering: false).
If they do not we do a reverse lookup (PTR) on the test_resolvers and the control resolver for every IP address we got back and check to see if anyone of them matches the control ones.
- If they do then we take not of the fact that censorship is probably not + If they do, then we take note of the fact that censorship is probably not happening (tampering: reverse-match).
If they do not match then censorship is probably going on (tampering:
tor-commits@lists.torproject.org