s/.dev/.sh/ *sigh*

This commit is contained in:
m5r
2022-10-29 10:12:05 +02:00
parent 01de8a29bc
commit 726e851059
4 changed files with 11 additions and 11 deletions

View File

@@ -4,12 +4,12 @@ import (
"flag"
"strings"
xip "local-ip.dev/xip"
xip "local-ip.sh/xip"
)
const (
zone = "local-ip.dev."
nameservers = "ns.local-ip.dev."
zone = "local-ip.sh."
nameservers = "ns1.local-ip.sh.,ns2.local-ip.sh."
)
func main() {