Ejemplo n.º 1
0
func RA(d dns.DNS) {
	fmt.Printf("RA: ")
	if d.GetRA() {
		fmt.Println("Recursion Available")
	} else {
		fmt.Println("Recursion not Available")
	}
}