forked from mirrors_public/oddlama_nix-config
feat: adguardhome use DoT; fix loki home proxy; allow arbitrary telegraf secrets
This commit is contained in:
parent
93061af475
commit
045f15239a
11 changed files with 114 additions and 173 deletions
|
@ -59,12 +59,11 @@ in {
|
|||
# allowed_clients = [
|
||||
# ];
|
||||
#trusted_proxies = [];
|
||||
ratelimit = 60;
|
||||
ratelimit = 300;
|
||||
upstream_dns = [
|
||||
"1.1.1.1"
|
||||
# FIXME: enable ipv6 "2606:4700:4700::1111"
|
||||
"8.8.8.8"
|
||||
# FIXME: enable ipv6 "2001:4860:4860::8844"
|
||||
"https://dns.cloudflare.com/dns-query"
|
||||
"https://dns.google/dns-query"
|
||||
"https://doh.mullvad.net/dns-query"
|
||||
];
|
||||
bootstrap_dns = [
|
||||
"1.1.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue