Hi guys! I'm trying to setup private network inside TOR using "proxy = socks5" variable in tinc.conf, but I found that tinc trying to resolve .onion domain with system resolver first, leaking peer's tor hostname to ISP. So is there any way to disable such behavior and resolve hostname with proxy?
On 2017-11-29 02:22, root2312 at cock.li wrote:> Hi guys! I'm trying to setup private network inside TOR using "proxy > socks5" variable in tinc.conf, but I found that tinc trying to resolve > .onion domain with system resolver first, leaking peer's tor hostname > to ISP. So is there any way to disable such behavior and resolve > hostname with proxy?Use tor as a system resolver? In torrc: DNSPort 53 And /etc/resolv.conf should use 127.0.0.1 as a nameserver. Tomasz Chmielewski https://lxadm.com