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:
Timothy Miller
2019-10-15 23:13:57 -04:00
parent 9487784876
commit f9d2ccb2ad
4 changed files with 134 additions and 4 deletions

View File

@@ -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
}