is there a default username / password for that build?
pi
Pw solaranzeige
Thanks. Tried this with a config file but didn't seem to take. Editing as described in the post might work better.
You can do so by running below which will start an editor for the connman systemd unit:
sudo systemctl edit --full connman.serviceFind the line that starts with ExecStart= and append --nodnsproxy at the end so it looks similar as below:
ExecStart=/usr/sbin/connmand -n --nodnsproxySave/exit and run below two to apply:
sudo systemctl daemon-reload
sudo systemctl restart connman.serviceRestart pihole-FTL:
sudo systemctl restart pihole-FTL.serviceAnd check who is listening now on port 53:
sudo ss -nltup sport = 53
Recovery, you may wish to give this a shot as well.
So this does indeed work. From a fresh build I ran"
sudo systemctl edit --full connman.serviceFind the line that starts with ExecStart= and append --nodnsproxy at the end so it looks similar as below:
ExecStart=/usr/sbin/connmand -n --nodnsproxySave/exit and run below two to apply:
sudo systemctl daemon-reload
sudo systemctl restart connman.service
I checked to make sure that port 53 was open and it was.
Installed Pihole with no issues and port 53 is now in use by pihole-FT as it should be.
Thank you so much, I didn't think it would be possible anymore, I'm so happy. Thank you very much
@recovery since your problem is solved here I've moved your followup question to a new thread. You mentioned it doesn't belong in the forum so I put it in the Off topic category, as someone may still have some knowledge of it or how it relates to Pi-hole. Seems that product also has a support forum so you'll probably get further asking in there.