1
Fork 0

Update CoreDNS host
/ terraform (push) Successful in 19s Details

5353 is reserved for mDNS
This commit is contained in:
Jake Howard 2024-01-10 13:52:21 +00:00
parent 1e833beeb6
commit 2612a2b971
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
locals {
coredns_host = "127.0.0.53:5353"
coredns_host = "127.0.0.53:53053"
}
variable "adguardhome_username" {