We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just a heads up if anyone else encounters this.
AdGuardHome wont resolve DNS queries or start webserver if you rearrange the order of filters in AdGuardHome.yaml file.
No problems.
... filters: enabled: true url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt name: AdGuard Simplified Domain Names filter id: 1 enabled: true url: https://example.com/bad.txt name: "01" id: 1570462835 ...
... filters:
With problems as described above.
... filters: enabled: true url: https://example.com/bad.txt name: "01" id: 1570462835 enabled: true url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt name: AdGuard Simplified Domain Names filter id: 1 ...
It looks like any filter id whose number is less then the previous filter id makes AdGuardHome not boot properly
...
The text was updated successfully, but these errors were encountered:
To troubleshoot this issue we need to see AdGuard Home logs.
log_file
verbose
True
Sorry, something went wrong.
Closing for now as I can no longer reproduce. I'll come back with a log if it happens again.
No branches or pull requests
Just a heads up if anyone else encounters this.
AdGuardHome wont resolve DNS queries or start webserver if you rearrange the order of filters in AdGuardHome.yaml file.
No problems.
With problems as described above.
It looks like any filter id whose number is less then the previous filter id makes AdGuardHome not boot properly
...
The text was updated successfully, but these errors were encountered: