noip.json 592 B

123456789101112131415161718192021
  1. {
  2. "$schema": "https://ddns.newfuture.cc/schema/v4.0.json",
  3. "dns": "noip", // NoIP DNS service
  4. "id": "TEST", // Unique identifier for the configuration
  5. "token": "TEST", # Token for authentication, can be empty for NoIP
  6. "endpoint": "https://httpbingo.org/base64/Z29vZCAxOTIuMTY4LjEuMQ==?",
  7. "ipv4": [
  8. "ddns.newfuture.cc"
  9. ],
  10. "index4": [
  11. "public" // 公网IP
  12. ],
  13. "ttl": 300,
  14. "proxy": null,
  15. "cache": false, // Disable caching for NoIP
  16. "ssl": false,
  17. "log": {
  18. "level": "DEBUG",
  19. "datefmt": "%m-%d %H:%M:%S"
  20. }
  21. }