dns/creds.json
Simon Marsh 05d4d92d34
All checks were successful
continuous-integration/drone/push Build is passing
move dns master
2023-05-07 15:37:04 +01:00

13 lines
297 B
JSON

{
"powerdns": {
"TYPE": "POWERDNS",
"apiUrl": "http://dns-burble.tier2.ch-zur2.burble.dn42:8081",
"apiKey": "$PDNS_API_KEY",
"serverName": "localhost"
},
"cloudflare": {
"TYPE": "CLOUDFLAREAPI",
"apitoken": "$CLOUDFLARE_API_KEY"
}
}