| 1234567891011121314151617181920 |
- {
- "$schema": "https://ddns.newfuture.cc/schema/v4.1.json",
- "dns": "cloudflare",
- "id": "[email protected]",
- "token": "YOUR_API_TOKEN_HERE",
- "ipv4": [
- "example.com",
- "www.example.com"
- ],
- "index4": ["default"],
- "ttl": 600,
- "extra": {
- "proxied": true,
- "comment": "Managed by DDNS - Auto-updated",
- "tags": [
- "production",
- "ddns"
- ]
- }
- }
|