<div dir="ltr"><div><div>Hi,<br><br></div>I'm trying to port <a href="https://libp2p.io/">go-libp2p</a> on tor.<br></div><div>The problem is with the dnslink features. Basically libp2p addresses are not always friendly to use so libp2p allows to store them in dns TXT records.</div><div><br></div><div>But when I try to resolve a TXT record over Tor this errors :<br></div><div><br></div><div>tor --DNSPort 127.53.53.53 &<br></div><div>host -v -t any <a href="http://jorropo.net">jorropo.net</a><br>Trying "<a href="http://jorropo.net">jorropo.net</a>"<br>;; Connection to 127.53.53.53#53(127.53.53.53) for <a href="http://jorropo.net">jorropo.net</a> failed: connection refused.<br></div><div># I'm pretty confident the dns option of Tor is working because I can resolve A records.<br></div><div><br></div><div>Is this expected or I am doing something wrong?<br></div></div>