Browse Source

removed sshfp type def, this is not the PR we're looking for

Afsheen Bigdeli 11 years ago
parent
commit
8a9529375a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      zones.go

+ 0 - 1
zones.go

@@ -225,7 +225,6 @@ func setupZoneData(data map[string]interface{}, Zone *Zone) {
 		"ns":    dns.TypeNS,
 		"ns":    dns.TypeNS,
 		"txt":   dns.TypeTXT,
 		"txt":   dns.TypeTXT,
 		"spf":   dns.TypeSPF,
 		"spf":   dns.TypeSPF,
-		"sshfp": dns.TypeSSHFP,
 		"srv":   dns.TypeSRV,
 		"srv":   dns.TypeSRV,
 	}
 	}