remove from zone and reduce TTL to test with an actual domain

This commit is contained in:
m5r
2022-10-29 00:07:09 +02:00
parent 16a757694e
commit 15aee08c3c
2 changed files with 34 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ import (
)
const (
zone = "my.local-ip.dev."
zone = "local-ip.dev."
nameservers = "ns.local-ip.dev."
)