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.
But when I try to resolve a TXT record over Tor this errors :
tor --DNSPort 127.53.53.53 &
# I'm pretty confident the dns option of Tor is working because I can resolve A records.
Is this expected or I am doing something wrong?