Change domain to .meshname

This commit is contained in:
George
2020-02-03 14:32:44 -05:00
parent 5c09a910c7
commit 9bb3f1ca2a
4 changed files with 24 additions and 31 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"errors"
)
var domainZone = ".mesh.arpa"
var domainZone = ".meshname"
func reverse_lookup(target string) (string, error) {
ip := net.ParseIP(target)
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/miekg/dns"
)
const domainZone = "mesh.arpa."
const domainZone = "meshname."
var _, validSubnet, _ = net.ParseCIDR("::/0")
var zoneConfigPath = ""