multi-provider.json 662 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "$schema": "https://ddns.newfuture.cc/schema/v4.1.json",
  3. "ssl": "auto",
  4. "cache": false,
  5. "log": {
  6. "level": "DEBUG"
  7. },
  8. "providers": [
  9. {
  10. "provider": "debug",
  11. "index4": "default",
  12. "ipv4": "test1.example.com",
  13. "ttl": 300
  14. },
  15. {
  16. "provider": "debug",
  17. "index4": [
  18. "public"
  19. ],
  20. "ipv4": [
  21. "test2.example.com"
  22. ],
  23. "ttl": 600,
  24. "cache": true,
  25. "endpoint": null,
  26. "log": {
  27. "level": "INFO"
  28. }
  29. }
  30. ]
  31. }