more etcd stuff

This commit is contained in:
Miek Gieben
2016-03-20 21:36:55 +00:00
parent 0c94de4f71
commit b6341e8b63
9 changed files with 609 additions and 206 deletions

View File

@@ -8,3 +8,7 @@ func Exchange(c *dns.Client, m *dns.Msg, server string) (*dns.Msg, error) {
r, _, err := c.Exchange(m, server)
return r, err
}
// Lookup functions, ala
// LookupHost
// LookupCNAME