Răsfoiți Sursa

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

Afsheen Bigdeli 12 ani în urmă
părinte
comite
8a9529375a
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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,
 	}
 	}