I thought DoH is not available in Unbound?
Do you of any plans to make it available on only a subset of the interfaces ?
# cat /var/unbound/etc/dot.confserver: tls-cert-bundle: /etc/ssl/cert.pemforward-zone: name: "." forward-tls-upstream: yes forward-addr: 45.90.28.0#xx.dns1.nextdns.io forward-addr: 2a07:a8c0::#xx.dns1.nextdns.io forward-addr: 45.90.30.0#xx.dns2.nextdns.io forward-addr: 2a07:a8c1::#xx.dns2.nextdns.io
The funny thing is, I sent the exact the same feedback to @mimugmail via Twitter. As the form doesn't accept "#" or hostnames into the field.At the moment I've workedaround it by modifying the config file directly: (to be honest I don't know if that's persistent across reboots)Code: [Select]# cat /var/unbound/etc/dot.confserver: tls-cert-bundle: /etc/ssl/cert.pemforward-zone: name: "." forward-tls-upstream: yes forward-addr: 45.90.28.0#xx.dns1.nextdns.io forward-addr: 2a07:a8c0::#xx.dns1.nextdns.io forward-addr: 45.90.30.0#xx.dns2.nextdns.io forward-addr: 2a07:a8c1::#xx.dns2.nextdns.io