- Recommended way to configure multiple subdomains per IP address is now via CNAME records. Notes added in README. - Updated config.json subdomain examples to reflect how base domain is appended in code.
14 lines
236 B
JSON
Executable File
14 lines
236 B
JSON
Executable File
{
|
|
"cloudflare": [
|
|
{
|
|
"api_key": "api_key_here",
|
|
"account_email": "your_email_here",
|
|
"zone_id": "your_zone_id_here",
|
|
"subdomains": [
|
|
"",
|
|
"subdomain"
|
|
],
|
|
"proxied": false
|
|
}
|
|
]
|
|
} |