mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
🔬 Clarified config values for subdomains
This commit is contained in:
@@ -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