mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add support for Porkbun through Lexicon
This commit is contained in:
parent
021099aa1e
commit
88ea5f0a90
1 changed files with 9 additions and 0 deletions
|
@ -502,6 +502,15 @@
|
||||||
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]
|
||||||
type = "string"
|
type = "string"
|
||||||
|
|
Loading…
Add table
Reference in a new issue