config.json 415 B

123456789101112131415
  1. {
  2. "strategy": "top3",
  3. "redundancy": 3,
  4. "direct_redundancy": 3,
  5. "direct_max_redundancy": 3,
  6. "direct_redundancy_v6": 3,
  7. "tcp_warmup_bytes": 1048576,
  8. "tcp_loser_grace_ms": 1500,
  9. "probe_interval": 3,
  10. "relays": [
  11. {"name": "hk1", "host": "23.95.134.159", "port": 9009, "token": "130", "weight": 100},
  12. {"name": "hk2", "host": "23.238.9.140", "port": 9009, "token": "130", "weight": 100}
  13. ]
  14. }