When trying to start an Instance it complains that my pihole app is bound to port 53, which Instances needs evidently:
Can I simply go into the pihole app and change its DNS port without any issues? Or do I need to do something else?
Thank you.
When trying to start an Instance it complains that my pihole app is bound to port 53, which Instances needs evidently:
Can I simply go into the pihole app and change its DNS port without any issues? Or do I need to do something else?
Thank you.
Perhaps this would help:
According to a video from STH showcasing the new incus system, this is only required if one is using the incus bridge. If you create and use your own bridge, at least according to the video, this is not required (i did not test it myself)
You need to leave Pi-Hole on port 53 if you expect other DNS clients to find and use it.
I have run into this, with Incus wanting port 53. I suspect (but I have not had time to actually do this fix) I can get Incus to only bind to port 53 on certain interfaces and leave port 53 open for Pi-Hole on the public interfaces. Once I get it working I will post how I do it.
Thank you