DNS Probe possible

Browser error :
"DNS Probe Possible".

Tor is working fine but normal browser showing the DNS error.

My WiFi is working fine but I'm unable to access sites from browser.

1 Like

Hello,
Could you provide more context regarding your issue?

3 Likes

solved with this
8.8.8.8 google dns
1.1.1.1 cloudflare dns

sudo sh -c "echo nameserver 1.1.1.1 > /etc/resolv.conf"

echo nameserver 1.1.1.1 | sudo tee /etc/resolv.conf #prints to screen as well

2 Likes