mirror of
https://git.hackfreedom.org/mesh.cat/meshname.git
synced 2026-05-22 06:22:32 +00:00
Remove unused variable
This commit is contained in:
@@ -14,8 +14,6 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
var DomainZones = []string{"meshname.", "ygg.", "cjd."}
|
||||
|
||||
func DomainFromIP(target *net.IP) string {
|
||||
return strings.ToLower(base32.StdEncoding.EncodeToString(*target)[0:26])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user