Inside the latest Docker image, I should be able to set a custom DNS A record in the UI and have it resolve to the set IP address for every single query for that domain.
Actual Behaviour:
In a random pattern, I can see in the query log that sometimes mydomain.com will resolve to my 192.168.1.177 and other times, mydomain.com will resolve to a quad9 record.
Is there a way to forward all types of a request to a certain domain to a specific IP? When I edit a .list file it gets deleted on rebooting my docker container so i wanted to do this via the web UI
I'm not sure how to handle those things in docker, but on bare metal you can add a file in /etc/dnsmasq.d/ and specify a particular domain and to which server it should be forwarded.