Hey guys,
I had to reinstall my router from scratch since the wifi was buggy. Therefore I'm doing Adguard from scratch with unbound.
Unbound installed and I'm blocked at configuring the different DNS settings.
For the upstream, here is my config. I added the lan configuration (local-domain like lan), my domain for my websites (i.e. google.com) and the unbound stuff (127.0.0.1).
Code:
[/router.asus.com/][::]:553
[/www.asusnetwork.net/][::]:553
[/www.asusrouter.com/][::]:553
[/use-application-dns.net/][::]:553
[/dns.resolver.arpa/][::]:553
[/local-domain/]192.168.50.1:553
[//][::]:553
[/domain/]192.168.50.1:553
tcp://127.0.0.1:53535
127.0.0.1:53535
Only change concerns the local domain, not sure if it's the correct syntax (not sure if I need to add [::]
Concerning the following two DNS settings (fallback and the other), I don't know what to add since I'm using unbound. Currently it is
Code:
1.0.0.1
8.8.8.8
tcp://1.0.0.1
tcp://8.8.8.8
Lastly for the private DNS I can't seem to add the local domain inside, I keep getting an error (not a reversed IP network) :
Code:
[::]:553
[/10.in-addr.arpa/][::]:553
[/168.192.in-addr.arpa/][::]:553
[/local-domain/]192.168.50.1:553
Thanks for all your help.