1
General Discussion / Re: Advices to configure Unbound and Bind plugin for ad-block
« on: January 24, 2019, 01:18:34 am »Quote
Have tried setting this up, but am getting SERVFAIL when querying unbound DNS service. I think the problem is related to:Code: [Select]do-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: [Select]do-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.