Not gateway DNS in resolv

If traffic goes through Gateway, on Linux machine (not a Workstation) any other distr. Everything is set up as it should be, except for the DNS
address 10.152.152.11
netmask 255.255.192.0
gateway 10.152.152.10
but the DNS in the /etc/resolv.conf file is 1.1.1.1
What are the risks in this case? Will the DNS provider see an appeal to him from the TOR? No more risks?

1 Like

No IP / DNS leaks. See also:

DNS won’t work that way. DNS primarily used UDP. The Tor software does not support UDP. See:
Tor, UDP

Even if you can make DNS work by using some sort of DNS over TCP (either directly or by using a tunnel), note that stream isolation will get into the way (but can be disabled). See:

See:

1 Like