mirror of
https://github.com/miekg/dns.git
synced 2025-12-16 01:01:10 +01:00
Remove stale comments
This commit is contained in:
parent
52f9a59ac1
commit
a627d88e3f
@ -50,14 +50,7 @@ func ClientConfigFromFile(conf string) (*ClientConfig, error) {
|
||||
// just an IP address. Otherwise we need DNS
|
||||
// to look it up.
|
||||
name := f[1]
|
||||
// Don't use this. net.JoinHostPort will fix this for you
|
||||
// switch x := net.ParseIP(name); true {
|
||||
// case x.To4() != nil:
|
||||
// c.Servers = append(c.Servers, name)
|
||||
// case x.To16() != nil:
|
||||
// name = "[" + name + "]"
|
||||
c.Servers = append(c.Servers, name)
|
||||
// }
|
||||
}
|
||||
|
||||
case "domain": // set search path to just this domain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user