dns-config/creds.json

20 lines
371 B
JSON
Raw Permalink Normal View History

2023-12-27 20:30:54 -08:00
{
2024-06-14 06:43:54 -07:00
"bind": {
"TYPE": "BIND"
},
"cloudflare": {
"TYPE": "CLOUDFLAREAPI",
"accountid": "$CLOUDFLARE_ACCOUNT_ID",
"apitoken": "$CLOUDFLARE_API_TOKEN"
},
"desec": {
"TYPE": "DESEC",
"auth-token": "$DESEC_AUTH_TOKEN"
},
"namecheap": {
"TYPE": "NAMECHEAP",
"apikey": "$NAMECHEAP_API_KEY",
"apiuser": "$NAMECHEAP_API_USER"
}
2023-12-27 20:30:54 -08:00
}