Can't connect to internet after uninstall

Please follow the below template, it will help us to help you!

Expected Behaviour:

So I uninstalled pihole because I needed an easy way to clear regex and other filters. After uninstall of 5.0 pihole, my pi couldn't connect to the internet. I restared but it still wouldn't get internet. It said it was connected to my wifi, but I didn't get "internet".
(also I was going to reinstall pihole)

Debug Token:

[UNAVALABLE]

What are the outputs of these commands from the Pi terminal:

sudo grep -v '#\|^$' /etc/dhcpcd.conf

sudo grep -v '#\|^$' /etc/resolv.conf

Here

In /etc/dhcpcd.conf, change the wlan0 nameserver to something other than 127.0.0.1.

Make the same change in /etc/resolv.conf and then reboot the Pi.

what do I change it to? The ip address from which I access the web interface? also what do you mean by wlan 0 nameserver? do you mean the static domain name?

You can change them to any public DNS server you desire, 1.1.1.1 for example.

In the dhcpcd.conf file, that would be a change to "static domain_name_servers"

Thank you soooooo much!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.