16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
{
|
|
"version": 1,
|
|
"providers": [
|
|
{
|
|
"name": "nsupdate-example-org",
|
|
"type": "nsupdate",
|
|
"zone": "example.org",
|
|
"server": "ns1.example.org",
|
|
"port": 53,
|
|
"key_name": "bongo-acme.example.org",
|
|
"key_algorithm": "hmac-sha256",
|
|
"key_secret": "REPLACE_WITH_BASE64_TSIG_SECRET"
|
|
}
|
|
]
|
|
}
|