Nextdns with Unbound
I want to use NextDNS with my opnsense box. I want to install the CLI version. I use my Ubnound for host overrides & a few other things. Can i continue to use Unbound with the nexdns CLI?
7 replies
-
I haven't tried this myself but every guide I've run into about using Nexdns with opnsense tells you to disable unbound.
-
Don't disable the poor Unbound. Here is what you need to add to Custom Options:
erver:
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::#xxxxxx.dns2.nextdns.ioIn case it isn't obvious, replace xxxxxx with your account.
-
Lost the 's' in the pasting process... The first word of config is 'server', not 'erver'
-
Is it possible to add device name?
Content aside
- 2 yrs agoLast active
- 7Replies
- 2977Views
-
6
Following