npc.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. [health_check_test1]
  16. health_check_timeout=1
  17. health_check_max_failed=3
  18. health_check_interval=1
  19. health_http_url=/
  20. health_check_type=http
  21. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  22. [health_check_test2]
  23. health_check_timeout=1
  24. health_check_max_failed=3
  25. health_check_interval=1
  26. health_check_type=tcp
  27. health_check_target=127.0.0.1:8083,127.0.0.1:8082
  28. [web]
  29. host=c.o.com
  30. target_addr=127.0.0.1:8083,127.0.0.1:8082
  31. [tcp]
  32. mode=tcp
  33. target_addr=127.0.0.1:8080
  34. server_port=10000
  35. [socks5]
  36. mode=socks5
  37. server_port=19009
  38. multi_account=multi_account.conf
  39. [file]
  40. mode=file
  41. server_port=19008
  42. local_path=/Users/liuhe/Downloads
  43. strip_pre=/web/
  44. [http]
  45. mode=httpProxy
  46. server_port=19004
  47. [udp]
  48. mode=udp
  49. server_port=12253
  50. target_addr=114.114.114.114:53
  51. [ssh_secret]
  52. mode=secret
  53. password=ssh2
  54. target_addr=123.206.77.88:22
  55. [ssh_p2p]
  56. mode=p2p
  57. password=ssh3
  58. [secret_ssh]
  59. local_port=2001
  60. password=ssh2
  61. [p2p_ssh]
  62. local_port=2002
  63. password=ssh3
  64. target_addr=123.206.77.88:22