Hey guys, i'm switching from having my AGH on a NUC (next to Home Assistant) on my router in order to gain in performance (and avoid that Internet goes out if my NUC dies out).
I managed to follow the guides and all and I got a working setup. However, when checking the DNS entries, a lot of lines are added and I'm not sure if they are really necessary:
Code:
[/router.asus.com/][::]:553
[/www.asusnetwork.net/][::]:553
[/www.asusrouter.com/][::]:553
[/use-application-dns.net/][::]:553
[/dns.resolver.arpa/][::]:553
[/DOMAIN/][::]:553
[//][::]:553
1.0.0.1
8.8.8.8
tcp://1.0.0.1
tcp://8.8.8.8
What do they do? Is it needed to keep them? If I want to add another DNS, should I just add for example 8.8.4.4 and tcp://8.8.4.4?
Other question, should I let it on load-balancing or change it to parallel requests or fastest IP?
Also, the private DNS resolver settings are not the same as the first post:
Code:
[::]:553
[/10.in-addr.arpa/][::]:553
[/168.192.in-addr.arpa/][::]:553
Do I need to change them to what is on the first post?
Thanks for your help all!