mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1638 from YunoHost/support-porkbun-dns
Add support for Porkbun through Lexicon
This commit is contained in:
commit
aa5b3dfa77
1 changed files with 9 additions and 0 deletions
|
@ -501,6 +501,15 @@
|
||||||
[pointhq.auth_token]
|
[pointhq.auth_token]
|
||||||
type = "string"
|
type = "string"
|
||||||
redact = true
|
redact = true
|
||||||
|
|
||||||
|
[porkbun]
|
||||||
|
[porkbun.auth_key]
|
||||||
|
type = "string"
|
||||||
|
redact = true
|
||||||
|
|
||||||
|
[porkbun.auth_secret]
|
||||||
|
type = "string"
|
||||||
|
redact = true
|
||||||
|
|
||||||
[powerdns]
|
[powerdns]
|
||||||
[powerdns.auth_token]
|
[powerdns.auth_token]
|
||||||
|
|
Loading…
Add table
Reference in a new issue