1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add support for SRV records for BIND

This commit is contained in:
Tom Limoncelli
2017-07-19 16:02:11 -04:00
parent d55b20ecdb
commit 9aac24e14c
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ func initBind(config map[string]string, providermeta json.RawMessage) (providers
}
func init() {
providers.RegisterDomainServiceProviderType("BIND", initBind, providers.CanUsePTR)
providers.RegisterDomainServiceProviderType("BIND", initBind, providers.CanUsePTR, providers.CanUseSRV)
}
type SoaInfo struct {