I tried accessing the pihole admin page on my PC browser and iPhone app and it just says it can't be reached.
It was working fine on 6.0.3 and (I disabled lighttpd to overcome a forbidden issue).
I ran pihole status and it shows FTL is listening on Port 53 and everything is a green checkmark.,
I did pihole -r and still no luck.
Rebooted PC and pihole computer and still no luck.
I can SSH in without issue.
Hoping for some help on the issue. Thanks!
Debug Token: https://tricorder.pi-hole.net/RvH3as5p/
UPDATE 1:
Ok, it looks like the issue was the port was changed to 8080 from 80. How do I revert this back to default 80?
I went to the config file and it shows:
port = "8080o,8443os,[::]:8080o,[::]:84" ### CHANGED, default = "80o,443os,[::]:80o,[::]:443os"
Do I need to change it to:
port = "80o,8443os,[::]:80o,[::]:84" ### CHANGED, default = "80o,443os,[::]:80o,[::]:443os"
or
port = "80o,8443os,[::]:80o,[::]:84"
Thanks.