mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 05:04:29 +08:00
NAMEDOTCOM CanUseAlias
This commit is contained in:
parent
9aac24e14c
commit
4bdaf37c78
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func newProvider(conf map[string]string) (*nameDotCom, error) {
|
|||
|
||||
func init() {
|
||||
providers.RegisterRegistrarType("NAMEDOTCOM", newReg)
|
||||
providers.RegisterDomainServiceProviderType("NAMEDOTCOM", newDsp, providers.CanUseSRV)
|
||||
providers.RegisterDomainServiceProviderType("NAMEDOTCOM", newDsp, providers.CanUseAlias, providers.CanUseSRV)
|
||||
// PTR records are not supported https://www.name.com/support/articles/205188508-Reverse-DNS-records (2017-05-08)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue