config-with-extra.json 385 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://ddns.newfuture.cc/schema/v4.1.json",
  3. "dns": "cloudflare",
  4. "id": "[email protected]",
  5. "token": "YOUR_API_TOKEN_HERE",
  6. "ipv4": [
  7. "example.com",
  8. "www.example.com"
  9. ],
  10. "index4": ["default"],
  11. "ttl": 600,
  12. "extra": {
  13. "proxied": true,
  14. "comment": "Managed by DDNS - Auto-updated",
  15. "tags": [
  16. "production",
  17. "ddns"
  18. ]
  19. }
  20. }