mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
CNAME records
- 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.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"account_email": "your_email_here",
|
||||
"zone_id": "your_zone_id_here",
|
||||
"subdomains": [
|
||||
"one.example.com",
|
||||
"two.example.com"
|
||||
"",
|
||||
"subdomain"
|
||||
],
|
||||
"proxied": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user