dnscontrol/creds.json
Torma Kristóf 8c46764821
All checks were successful
continuous-integration/drone/push Build is passing
Update creds.json
2024-01-17 12:07:11 +01:00

15 lines
290 B
JSON

{
"hedns":{
"username": "$HE_USERNAME",
"password": "$HE_PASSWORD",
"totp-key": "$HE_TOTPKEY"
},
"cloudflare": {
"TYPE": "CLOUDFLAREAPI",
"apitoken": "$CF_APITOKEN",
"accountid": "$CF_ACCOUNTID"
},
"DNS-over-HTTPS": {
"host": "cloudflare-dns.com"
}
}