🔬 Clarified config values for subdomains

This commit is contained in:
Timothy Miller 2021-03-01 00:01:47 -05:00
parent 80bd7801fe
commit 1ca225b85c
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke
"zone_id": "your_zone_id_here",
"subdomains": [
"",
"subdomain"
"remove_or_replace_with_your_subdomain"
],
"proxied": true
},
@ -104,7 +104,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke
"zone_id": "your_zone_id_here",
"subdomains": [
"",
"subdomain"
"remove_or_replace_with_your_subdomain"
],
"proxied": true
}

View File

@ -11,7 +11,7 @@
"zone_id": "your_zone_id_here",
"subdomains": [
"",
"subdomain"
"remove_or_replace_with_your_subdomain"
],
"proxied": false
}