diff --git a/README.md b/README.md index 06d2179..c41e6e7 100755 --- a/README.md +++ b/README.md @@ -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 } diff --git a/config-example.json b/config-example.json index 3de729b..6c5f896 100755 --- a/config-example.json +++ b/config-example.json @@ -11,7 +11,7 @@ "zone_id": "your_zone_id_here", "subdomains": [ "", - "subdomain" + "remove_or_replace_with_your_subdomain" ], "proxied": false }