mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Transip provider (#1196)
* Add initial transip provider * Add GetNameservers to transip * Add first try to correction function. * Implemented corrections * Add docs for transip * Fix TransIP TTL updates * Fix transip nameserver records * Update docs/_providers/transip.md Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com>
This commit is contained in:
@@ -183,5 +183,9 @@
|
||||
"VULTR": {
|
||||
"domain": "$VULTR_DOMAIN",
|
||||
"token": "$VULTR_TOKEN"
|
||||
},
|
||||
"TRANSIP": {
|
||||
"AccessToken": "$TRANSIP_ACCESS_TOKEN",
|
||||
"domain": "$TRANSIP_DOMAIN"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user