all repos — dns @ 9f5cf83cd3de5a7e4e49270ac29efdacc08abd71

DNS records for my domains, managed via dnscontrol

creds.json (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "powerdns": {
    "TYPE": "POWERDNS",
    "apiKey": "$POWERDNS_API_KEY",
    "apiUrl": "$POWERDNS_API_URL",
    "serverName": "localhost"
  },
  "ovh": {
    "TYPE": "OVH",
    "app-key": "$OVH_APP_KEY",
    "app-secret-key": "$OVH_APP_SECRET_KEY",
    "consumer-key": "$OVH_CONSUMER_KEY",
    "endpoint": "eu"
  }
}