exclude fails configuration syntax check
uipoet opened this issue · 2 comments
uipoet commented
Installation went smoothly, however I am unable to add exceptions to the blacklist, according to the README.
- EdgeRouter Lite v1.10.1
- Blacklist Release v1.0.9
configure
set service dns forwarding blacklist exclude photos.app.goo.gl
commit
update-dnsmasq: NOTI[001]17:53:43.097: Starting blacklist update...
update-dnsmasq: INFO[002]17:53:43.100: Removing stale blacklists...
update-dnsmasq: INFO[003]17:53:43.106: excluded-global: downloaded: 1
update-dnsmasq: INFO[004]17:53:43.108: excluded-global: extracted: 1
update-dnsmasq: INFO[005]17:53:43.109: excluded-global: dropped: 0
update-dnsmasq: NOTI[006]17:53:43.111: Total excluded-global: 1, dropped: 0
update-dnsmasq: INFO[007]17:53:43.113: excluded-domains: downloaded: 0
update-dnsmasq: INFO[008]17:53:43.115: excluded-domains: extracted: 0
update-dnsmasq: INFO[009]17:53:43.116: excluded-domains: dropped: 0
update-dnsmasq: INFO[00a]17:53:43.118: excluded-hosts: downloaded: 0
update-dnsmasq: INFO[00b]17:53:43.119: excluded-hosts: extracted: 0
update-dnsmasq: INFO[00c]17:53:43.120: excluded-hosts: dropped: 0
update-dnsmasq: ERRO[00d]17:53:43.278: ReloadDNS():
error: Restarting DNS forwarder and DHCP server: configuration syntax check failed!
%!(EXTRA string=exit status 1)
Commit failed
britannic commented
Please try the current release v1.0.10. Open a new issue for that release if you still have a problem.
uipoet commented
Reinstalling with v1.0.10 works. Thank you!