npc.conf 876 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [common]
  2. server_addr=127.0.0.1:8024
  3. conn_type=tcp
  4. vkey=123
  5. auto_reconnection=true
  6. [health_check_test1]
  7. health_check_timeout=1
  8. health_check_max_failed=3
  9. health_check_interval=1
  10. health_http_url=/
  11. health_check_type=http
  12. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  13. [health_check_test2]
  14. health_check_timeout=1
  15. health_check_max_failed=3
  16. health_check_interval=1
  17. health_check_type=tcp
  18. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  19. [web]
  20. host=b.o.com
  21. target_addr=127.0.0.1:8080,127.0.0.1:8082
  22. [tcp]
  23. mode=tcp
  24. target_addr=127.0.0.1:8080
  25. server_port=10000
  26. [socks5]
  27. mode=socks5
  28. server_port=9005
  29. [http]
  30. mode=httpProxy
  31. server_port=9004
  32. [file]
  33. mode=file
  34. server_port=9009
  35. local_path=./
  36. strip_pre=/web/
  37. [udp]
  38. mode=udp
  39. server_port=53
  40. target_addr=114.114.114.114:53
  41. [secret_ssh]
  42. local_port=2001
  43. password=sec
  44. [p2p_ssh]
  45. local_port=2002
  46. password=ppp
  47. target_addr=192.168.74.199:22