mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
providers.json: Add NAMEDOTCOM
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
"private_key": "$GCLOUD_PRIVATEKEY",
|
||||
"project_id": "$GCLOUD_PROJECT"
|
||||
},
|
||||
"NAMEDOTCOM": {
|
||||
"apikey": "$NAMEDOTCOM_KEY",
|
||||
"apiurl": "$NAMEDOTCOM_URL",
|
||||
"apiuser": "$NAMEDOTCOM_USER"
|
||||
},
|
||||
"ROUTE53": {
|
||||
"KeyId": "$R53_KEY_ID",
|
||||
"SecretKey": "$R53_KEY",
|
||||
|
Reference in New Issue
Block a user