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
So there's no native support for tor in albyhub and Go’s default HTTP client (which Hub uses) apparently doesn’t understand the socks5h scheme in HTTP_PROXY/HTTPS_PROXY, so even if I set env vars like HTTPS_PROXY=socks5://127.0.0.1:9050 this is going to want to leak DNS. I'll have to do some testing to confirm this and then try to think of a workaround. All the other packages in nb seem to have native support for tor. I might need to open an issue upstream.
0 commit comments