There is an issue with last version (0.107.43, related to the schema_version 28). The installer fails with the following yaml.err:
Code:
http:
address: 0.0.0.0:3000
users:
- name: user
password: xxx
dns:
bind_host: 0.0.0.0
port: 53
upstream_dns:
- '[/router.asus.com/][::]:553'
- '[/www.asusnetwork.net/][::]:553'
- '[/www.asusrouter.com/][::]:553'
- '[/use-application-dns.net/][::]:553'
- '[/dns.resolver.arpa/][::]:553'
- '[/local/][::]:553'
- '[//][::]:553'
- 9.9.9.9
- 1.1.1.1
- tcp://9.9.9.9
- tcp://1.1.1.1
bootstrap_dns:
- 9.9.9.9
- 1.1.1.1
fallback_dns:
- 9.9.9.9
- 1.1.1.1
- tcp://9.9.9.9
- tcp://1.1.1.1
resolve_clients: true
use_private_ptr_resolvers: true
local_ptr_upstreams:
- '[::]:553'
- '[/10.in-addr.arpa/][::]:553'
- '[/168.192.in-addr.arpa/][::]:553'
schema_version: 28
To make it work I had to change the
schema_version to
27 and
dns.bind_host to
dns.bind_hosts as specified by the AdGuard Wiki (
https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#configuration-file) and restart the router.
Just for dev info, and unrelated to this issue, the changelog for the next unreleased version (0.107.44) state this:
I see that the issue 6545 was raised by dev, so just a reminder that this is reaching the release channel