-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reloading configuration failed: file not found #14
Comments
Same issue for my. Any ideas? |
You have to enable the forward request to a public DNS like 8.8.8.8 to enable it. That was my problem at least, let me know if was yours too. |
Down in line 189 he's left off an argument the reload script needs to work. You need to change this: "${RootDir}"/script/reload.sh To this: "${RootDir}"/script/reload.sh null.zone.file Save it and re-run it. |
Ah, well, that only fixes one issue, this script is riddled with problems. I fixed some, will have to come back to it though. |
Check out the pull request #16. there are some changes to the shell script i had to apply to make it work for me. |
Hello, in DSM 7.2 the reload script is not exist. I comment the line out and do a reload with the help of the /etc/crontab 2 minutes later: |
Also the path of the zone files changed! include "/etc/zone/data/ad-blocker.db"; wget -O- "$BlocklistURL" | The first fix should better use the var $ZoneMasterDir. |
Hello,
i followed the instructions and try to set NAS DNS Server as Ad-blocker however i receive the following error from logs tab.
Thank you
The text was updated successfully, but these errors were encountered: