1
Fork 0

Remove explicit port
/ terraform (push) Successful in 17s Details

This commit is contained in:
Jake Howard 2024-01-08 21:35:07 +00:00
parent 17ef19a66c
commit bb3fd6f383
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ resource "adguard_config" "config" {
upstream_dns = [
"https://dns10.quad9.net:443/dns-query",
"https://dns10.quad9.net/dns-query",
"[/theorangeone.net/]${local.coredns_host}",
"[/jakehoward.tech/]${local.coredns_host}"
]