What's new

AdGuardHome Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI) cont.

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Just for dev info, and unrelated to this issue, the changelog for the next unreleased version (0.107.44) state this:



I see that the issue 6545 was raised by dev, so just a reminder that this is reaching the release channel :)

I was trying to wait for it to be closer to being released to the main branch before I did anything to the installer; however, in the good spirit of change I updated the installer to be ready for the next update released by adguardhome.
 
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.
 
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.
You shouldn't need to add local-domain to your private dns section since it is already covered in your upstream section.

I would change your upstream to

Code:
[/router.asus.com/][::]:553
[/www.asusnetwork.net/][::]:553
[/www.asusrouter.com/][::]:553
[/use-application-dns.net/][::]:553
[/dns.resolver.arpa/][::]:553
[/local-domain/][::]:553
[//][::]:553
tcp://127.0.0.1:53535
127.0.0.1:53535
For syntax consistancies sake.
 
Last edited:
You shouldn't need to add local-domain to your private dns section since it is already covered in your upstream section.

I would change your upstream to

Code:
[/router.asus.com/][::]:553
[/www.asusnetwork.net/][::]:553
[/www.asusrouter.com/][::]:553
[/use-application-dns.net/][::]:553
[/dns.resolver.arpa/][::]:553
[/local-domain/][::]:553
[//][::]:553
tcp://127.0.0.1:53535
127.0.0.1:53535
For syntax consistancies sake.
Great thanks, and what should I add in the reverse DNS since I'm using unbound? Let it be since it won't be used?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top