godns/resolver/nameserver.go
Tyler d8079551c9
Some checks failed
continuous-integration/drone/push Build is failing
Add testing, cleanup, rework suffix tree to use nameservers. Parse nameservers from yaml.
2021-04-15 01:04:58 -04:00

8 lines
86 B
Go

package resolver
type Nameserver struct {
net string
host string
address string
}