mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Change domain to .meshname
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var domainZone = ".mesh.arpa"
|
||||
var domainZone = ".meshname"
|
||||
|
||||
func reverse_lookup(target string) (string, error) {
|
||||
ip := net.ParseIP(target)
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
const domainZone = "mesh.arpa."
|
||||
const domainZone = "meshname."
|
||||
|
||||
var _, validSubnet, _ = net.ParseCIDR("::/0")
|
||||
var zoneConfigPath = ""
|
||||
|
||||
Reference in New Issue
Block a user