@kushaldas
Latest commit 4d678bc Sep 1, 2020 History
All default modules are now in Python3
Uses PySocks module for the actual Socks support.

One now can do DNS query over the proxy using
`resolve()` method.

```
t = torsockets.torsocket()
print(t.resolve("torproject.org"))
```

This commit also fixes a few typos in the torsocks.py file based
on the review feedback.
3 contributors

Users who have contributed to this file

@NullHypothesis @zackw @kushaldas