mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 10:27:57 +08:00
02e6a49bb8
* Add support for netcup DNS api. * Add documentation page. * Update reference to new version path. * Add OWNERS entry for netcup. * Add credentials for integration test. Netcup does not support PTRs. Fix parsing/formating of SRV records. * Skip integration tests that are not supported. * Use single quotes in JS code.
114 lines
2.7 KiB
JSON
114 lines
2.7 KiB
JSON
{
|
|
"ACTIVEDIRECTORY_PS": {
|
|
"ADServer": "$AD_SERVER",
|
|
"domain": "$AD_DOMAIN"
|
|
},
|
|
"AZURE_DNS": {
|
|
"ClientID": "$AZURE_CLIENT_ID",
|
|
"ClientSecret": "$AZURE_CLIENT_SECRET",
|
|
"ResourceGroup": "$AZURE_RESOURCE_GROUP",
|
|
"SubscriptionID": "$AZURE_SUBSCRIPTION_ID",
|
|
"TenantID": "$AZURE_TENANT_ID",
|
|
"domain": "$AZURE_DOMAIN"
|
|
},
|
|
"BIND": {
|
|
"domain": "example.com"
|
|
},
|
|
"CLOUDFLAREAPI": {
|
|
"apitoken": "$CF_TOKEN",
|
|
"domain": "$CF_DOMAIN"
|
|
},
|
|
"CLOUDFLAREAPI_OLD": {
|
|
"apikey": "$CF_KEY",
|
|
"apiuser": "$CF_USER",
|
|
"domain": "$CF_DOMAIN"
|
|
},
|
|
"CLOUDNS": {
|
|
"auth-id": "$CLOUDNS_AUTH_ID",
|
|
"auth-password": "$CLOUDNS_AUTH_PASSWORD",
|
|
"domain": "$CLOUDNS_DOMAIN"
|
|
},
|
|
"DIGITALOCEAN": {
|
|
"domain": "$DO_DOMAIN",
|
|
"token": "$DO_TOKEN"
|
|
},
|
|
"DNSIMPLE": {
|
|
"baseurl": "https://api.sandbox.dnsimple.com",
|
|
"domain": "$DNSIMPLE_DOMAIN",
|
|
"token": "$DNSIMPLE_TOKEN"
|
|
},
|
|
"EXOSCALE": {
|
|
"apikey": "$EXOSCALE_API_KEY",
|
|
"dns-endpoint": "https://api.exoscale.ch/dns",
|
|
"domain": "$EXOSCALE_DOMAIN",
|
|
"secretkey": "$EXOSCALE_SECRET_KEY"
|
|
},
|
|
"GANDI_V5": {
|
|
"apikey": "$GANDI_V5_APIKEY",
|
|
"domain": "$GANDI_V5_DOMAIN"
|
|
},
|
|
"GCLOUD": {
|
|
"client_email": "$GCLOUD_EMAIL",
|
|
"domain": "$GCLOUD_DOMAIN",
|
|
"private_key": "$GCLOUD_PRIVATEKEY",
|
|
"project_id": "$GCLOUD_PROJECT",
|
|
"type": "$GCLOUD_TYPE"
|
|
},
|
|
"HEXONET": {
|
|
"apientity": "$HEXONET_ENTITY",
|
|
"apilogin": "$HEXONET_UID",
|
|
"apipassword": "$HEXONET_PW",
|
|
"debugmode": "$HEXONET_DEBUGMODE",
|
|
"domain": "dnscontrol.com",
|
|
"ipaddress": "$HEXONET_IP"
|
|
},
|
|
"LINODE": {
|
|
"domain": "$LINODE_DOMAIN",
|
|
"token": "$LINODE_TOKEN"
|
|
},
|
|
"NAMECHEAP": {
|
|
"apikey": "$NAMECHEAP_KEY",
|
|
"apiuser": "$NAMECHEAP_USER",
|
|
"domain": "$NAMECHEAP_DOMAIN"
|
|
},
|
|
"NAMEDOTCOM": {
|
|
"apikey": "$NAMEDOTCOM_KEY",
|
|
"apiurl": "$NAMEDOTCOM_URL",
|
|
"apiuser": "$NAMEDOTCOM_USER",
|
|
"domain": "$NAMEDOTCOM_DOMAIN"
|
|
},
|
|
"NETCUP": {
|
|
"api-key": "$NETCUP_KEY",
|
|
"api-password": "$NETCUP_PASSWORD",
|
|
"customer-number": "$NETCUP_CUSTOMER_NUMBER",
|
|
"domain": "$NETCUP_DOMAIN"
|
|
},
|
|
"NS1": {
|
|
"api_token": "$NS1_TOKEN",
|
|
"domain": "$NS1_DOMAIN"
|
|
},
|
|
"OCTODNS": {
|
|
"directory": "config",
|
|
"domain": "example.com"
|
|
},
|
|
"OVH": {
|
|
"app-key": "$OVH_APP_KEY",
|
|
"app-secret-key": "$OVH_APP_SECRET_KEY",
|
|
"consumer-key": "$OVH_CONSUMER_KEY",
|
|
"domain": "$OVH_DOMAIN"
|
|
},
|
|
"ROUTE53": {
|
|
"KeyId": "$R53_KEY_ID",
|
|
"SecretKey": "$R53_KEY",
|
|
"domain": "$R53_DOMAIN"
|
|
},
|
|
"SOFTLAYER": {
|
|
"api_key": "$SL_API_KEY",
|
|
"domain": "$SL_DOMAIN",
|
|
"username": "$SL_USERNAME"
|
|
},
|
|
"VULTR": {
|
|
"domain": "$VULTR_DOMAIN",
|
|
"token": "$VULTR_TOKEN"
|
|
}
|
|
}
|