Hi All,
On a Turris Omnia I wish to setup a private DNS server to resolve my internal home-lab DNS records to a private IP in the range of 192.168.10.0/24
such as
test.mydomain.com → 192.168.10.50
staging.mydomain.com → 192.168.10.70
...
...
___.mydomain.com → 192.168.10.x
and more along with setting up DNS to my ISP to resolve internet routable DNS records such as google, facebook etc… via any open-source software available dnsmasq or bind9
Could someone please let me know if this is possible and the steps to do-so?