Hi All,
Is it possible to still set Unbound Custom options anywhere in the 21.7.x version of OpnSense at all? I'd like to statically set where Unbound sends its forward lookups (not via the system DNS servers) - for example, in 20.x I was able to set the following custom options:
server:
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853 #Cloudflare ip4
forward-addr: 1.0.0.1@853 #Cloudflare ip4
forward-addr: 2606:4700:4700::1111@853 #Cloudflare ip6
forward-addr: 2606:4700:4700::1001@853 #Cloudflare ip6
But I don't seem to have this option now?
Thanks
https://docs.opnsense.org/manual/unbound.html#advanced-configurations
Spot on - thank you!! :)
Quote from: leacho73 on December 01, 2021, 09:10:04 AM
Hi All,
Is it possible to still set Unbound Custom options anywhere in the 21.7.x version of OpnSense at all? I'd like to statically set where Unbound sends its forward lookups (not via the system DNS servers) - for example, in 20.x I was able to set the following custom options:
server:
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853 #Cloudflare ip4
forward-addr: 1.0.0.1@853 #Cloudflare ip4
forward-addr: 2606:4700:4700::1111@853 #Cloudflare ip6
forward-addr: 2606:4700:4700::1001@853 #Cloudflare ip6
But I don't seem to have this option now?
Thanks
Mildly OT, but imho your addresses should look like
forward-addr: 1.1.1.1@853#Cloudflare ip4
i.e. no space before the #...