1
0

npc.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [common]
  2. server_addr=127.0.0.1:8024
  3. conn_type=tcp
  4. vkey=123
  5. auto_reconnection=true
  6. max_conn=1000
  7. flow_limit=1000
  8. rate_limit=1000
  9. basic_username=11
  10. basic_password=3
  11. web_username=user
  12. web_password=1234
  13. crypt=true
  14. compress=true
  15. #pprof_addr=0.0.0.0:9999
  16. disconnect_timeout=60
  17. [health_check_test1]
  18. health_check_timeout=1
  19. health_check_max_failed=3
  20. health_check_interval=1
  21. health_http_url=/
  22. health_check_type=http
  23. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  24. [health_check_test2]
  25. health_check_timeout=1
  26. health_check_max_failed=3
  27. health_check_interval=1
  28. health_check_type=tcp
  29. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  30. [web]
  31. host=c.o.com
  32. target_addr=127.0.0.1:8083,127.0.0.1:8082
  33. [tcp]
  34. mode=tcp
  35. target_addr=127.0.0.1:8080
  36. server_port=10000
  37. [socks5]
  38. mode=socks5
  39. server_port=19009
  40. multi_account=multi_account.conf
  41. [file]
  42. mode=file
  43. server_port=19008
  44. local_path=/Users/liuhe/Downloads
  45. strip_pre=/web/
  46. [http]
  47. mode=httpProxy
  48. server_port=19004
  49. [udp]
  50. mode=udp
  51. server_port=12253
  52. target_addr=114.114.114.114:53
  53. [ssh_secret]
  54. mode=secret
  55. password=ssh2
  56. target_addr=123.206.77.88:22
  57. [ssh_p2p]
  58. mode=p2p
  59. password=ssh3
  60. [secret_ssh]
  61. local_port=2001
  62. password=ssh2
  63. [p2p_ssh]
  64. local_port=2002
  65. password=ssh3
  66. target_addr=123.206.77.88:22