Installation;Let's go to https://nextdns.io/ and register for free. Once registered you are given a personalised ID and dns.Opnsense instalation: - Follow the tutorial explained above for Adguard. - Unbound - General - Custom Options: add ( XXXXXX is a custom ID in NextDns )server: tls-cert-bundle: "/etc/ssl/cert.pem" forward-zone: name: "." forward-tls-upstream: yes forward-addr: 45.90.28.0#XXXXXX.dns1.nextdns.io forward-addr: 2a07:a8c0::#XXXXXX.dns1.nextdns.io forward-addr: 45.90.30.0#XXXXXX.dns2.nextdns.io forward-addr: 2a07:a8c1::#XXXXSS.dns2.nextdns.io
Hello, you can do it in the following way. 1 - Go to the NextDns website and copy the address that appears in the Dns over https section: https://dns.nextdns.io/xxxxx2 - Disable Unbound3 - In Adguard - Settings - DNS settings you set that address.
I just hit update in AdGuard Home and it updates itself.
Hello, Guys I have a question concerning the use of NextDNS within AdGuard, I have AdGuard running on 2 separate RPIs, so in case one fails we still have a DNS working, of course OpnSense points to both, my issue here is that First of all, I had to add the relevant https://dns.nextdns.io/xxxxx on the in the Dns upstream session and add the "normal IPs' (45.X.X.X.)in the section below concerning the DNS bootstramp, to get it working on the 1st RPI, but added that same information on the 2nd one I get an error stating that it's impossible to use https://dns.nextdns.io/xxxxx please check that the name is correct.Not sure what I'm doing wrong here so any advise will be appreciated, please note that if I use the Cloudflare https://family.cloudflare-dns.com/dns-query with the 1.X.X.3 that works for the 2nd RPI, is there a limitation to 1 global device per network for the usage of NextDNS within AdGuard?Any one has already had this issue, is it the expected behaviour?thanks in advise for taking the time to help out, any advise will be highly appreciated.
vi /usr/local/opnsense/service/conf/actions.d/actions_adguardhome.conf
[backup]command:cp /usr/local/AdGuardHome/AdGuardHome.yaml /conf/backup/git ; cd /conf/backup/git; git add AdGuardHome.yaml; git commit -m "Adguard Config changes on `date`" AdGuardHome.yamlparameters:type:scriptmessage:backing up Adguardhome configdescription:Backup Adguardhome config
service configd restart