router: dns: remove default adguard rate limit to fix intermittent slow queries
This commit is contained in:
parent
4ffdb4da4f
commit
9cee4d75c4
@ -42,8 +42,12 @@ in
|
|||||||
|
|
||||||
services.adguardhome.enable = true;
|
services.adguardhome.enable = true;
|
||||||
services.adguardhome.mutableSettings = false;
|
services.adguardhome.mutableSettings = false;
|
||||||
|
# https://github.com/AdguardTeam/Adguardhome/wiki/Configuration
|
||||||
services.adguardhome.settings = {
|
services.adguardhome.settings = {
|
||||||
dns = {
|
dns = {
|
||||||
|
# Disable rate limit, default of 20 is too low
|
||||||
|
# https://github.com/AdguardTeam/AdGuardHome/issues/6726
|
||||||
|
ratelimit = 0;
|
||||||
bootstrap_dns = [ "1.1.1.1" "9.9.9.9" ];
|
bootstrap_dns = [ "1.1.1.1" "9.9.9.9" ];
|
||||||
upstream_dns = [
|
upstream_dns = [
|
||||||
# Default upstreams
|
# Default upstreams
|
||||||
|
Loading…
x
Reference in New Issue
Block a user