Ejemplo n.º 1
0
func ANTTL(d dns.DNS, num int) {
	ttl, _ := d.GetANTTL(num)
	fmt.Println("TTL: ", ttl)
}