mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Namecheap take Provider (#202)
* re-copying namecheap dns provider and testing * document limits. mx broken because super odd api * manually path namecheap lib. passing tests. * generate * generate * clarify limit * conflict * add dependency * fully document namecheap capabilities
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
"apiuser": "$NAMEDOTCOM_USER",
|
||||
"domain": "$NAMEDOTCOM_DOMAIN"
|
||||
},
|
||||
"NAMECHEAP": {
|
||||
"apikey": "$NAMECHEAP_KEY",
|
||||
"apiuser": "$NAMECHEAP_USER",
|
||||
"domain": "$NAMECHEAP_DOMAIN"
|
||||
},
|
||||
"ROUTE53": {
|
||||
"KeyId": "$R53_KEY_ID",
|
||||
"SecretKey": "$R53_KEY",
|
||||
|
||||
Reference in New Issue
Block a user