You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TorLookupIP uses Tor to resolve DNS via the SOCKS extension they provide for
// resolution over the Tor network. Tor itself doesn't support ipv6 so this
// doesn't either.
func TorLookupIP(host, proxy string) ([]net.IP, error) {
btcd/connmgr/tor.go
Line 54 in f673a4b
tor-resolve supports both IPv4/IPv6 as an example: https://github.com/torproject/tor/blob/master/src/tools/tor-resolve.c
The text was updated successfully, but these errors were encountered: