1
Fork 0

Add mullvad DNS into upstream DNS
/ terraform (push) Successful in 15s Details

Remove dependence on a single upstream
This commit is contained in:
Jake Howard 2024-01-21 23:34:31 +00:00
parent 636bb40de4
commit 74ae0701ff
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -33,9 +33,9 @@ resource "adguard_config" "config" {
blocked_response_ttl = 30
rate_limit_subnet_len_ipv4 = 22
upstream_dns = [
"https://dns.quad9.net/dns-query",
"https://base.dns.mullvad.net/dns-query",
"[/theorangeone.net/]${local.coredns_host}",
"[/jakehoward.tech/]${local.coredns_host}"
]