1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

_PROVIDER flag phase 1: generate warnings

This commit is contained in:
Tom Limoncelli
2022-03-27 15:54:16 -04:00
parent caedb9a7a6
commit 26c632e05f
15 changed files with 45 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ In your providers credentials file you must provide a deSEC account auth token:
```json
{
"desec": {
"_PROVIDER": "DESEC",
"auth-token": "your-deSEC-auth-token"
}
}