reflow
reflow copied to clipboard
How to enable remote DNS resolution
I'm using socks5 proxy exported by Tor, which use remote DNS resolution under normal situation. But I can't use the DNS service provided by Tor in reflow config.
ERROR reflow::relay::listen::socks: error handling client No address found for domain deepdothh3xqavqx.onion
Solved by following https://tor.stackexchange.com/a/15537
Add AutomapHostsOnResolve 1
to /usr/local/etc/tor/torrc
.
Keep open as remote DNS is still an issue.