21 lines
452 B
JSON
Executable file
21 lines
452 B
JSON
Executable file
{
|
|
"settings": [
|
|
{
|
|
"provider": "porkbun",
|
|
"domain": "mixel.cloud",
|
|
"host": "ddns",
|
|
"api_key": "${PORKBUN_API_KEY}",
|
|
"secret_api_key": "${PORKBUN_API_SECRET_KEY}",
|
|
"ip_version": "ipv4"
|
|
},
|
|
{
|
|
"provider": "porkbun",
|
|
"domain": "mixel.cloud",
|
|
"host": "pdf2",
|
|
"api_key": "${PORKBUN_API_KEY}",
|
|
"secret_api_key": "${PORKBUN_API_SECRET_KEY}",
|
|
"ip_version": "ipv4"
|
|
}
|
|
|
|
]
|
|
}
|