Quote
Have tried setting this up, but am getting SERVFAIL when querying unbound DNS service. I think the problem is related to:Code Selectdo-not-query-localhost
I added it to the custom config, but unbound would not reload, error:Quoteopnsense: /services_unbound.php: The command '/usr/local/sbin/unbound -c '/var/unbound/unbound.conf'' returned exit code '1', the output was '/var/unbound/unbound.conf:106: error: syntax error read /var/unbound/unbound.conf failed
Line 106 was:Code Selectdo-not-query-localhost: no
in the custom section in unbound advanced
you need the entire section
do-not-query-localhost: no
forward-zone:
name: "."
forward-addr: 127.0.0.1@53530
Which Guide did you follow? Guides are not very thorough.