🔬 Clarified config values for subdomains
This commit is contained in:
parent
80bd7801fe
commit
1ca225b85c
@ -89,7 +89,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke
|
|||||||
"zone_id": "your_zone_id_here",
|
"zone_id": "your_zone_id_here",
|
||||||
"subdomains": [
|
"subdomains": [
|
||||||
"",
|
"",
|
||||||
"subdomain"
|
"remove_or_replace_with_your_subdomain"
|
||||||
],
|
],
|
||||||
"proxied": true
|
"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",
|
"zone_id": "your_zone_id_here",
|
||||||
"subdomains": [
|
"subdomains": [
|
||||||
"",
|
"",
|
||||||
"subdomain"
|
"remove_or_replace_with_your_subdomain"
|
||||||
],
|
],
|
||||||
"proxied": true
|
"proxied": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"zone_id": "your_zone_id_here",
|
"zone_id": "your_zone_id_here",
|
||||||
"subdomains": [
|
"subdomains": [
|
||||||
"",
|
"",
|
||||||
"subdomain"
|
"remove_or_replace_with_your_subdomain"
|
||||||
],
|
],
|
||||||
"proxied": false
|
"proxied": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user