npc.conf 487 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [common]
  2. server=127.0.0.1:8284
  3. tp=tcp
  4. vkey=123
  5. auto_reconnection=true
  6. [web1]
  7. host=a.o.com
  8. host_change=www.proxy.com
  9. target=127.0.0.1:8080
  10. location=/
  11. [web2]
  12. host=127.0.0.1
  13. host_change=www.proxy.com
  14. target=127.0.0.1:8080
  15. location=/cdn
  16. [ssh_1118]
  17. mode=secretServer
  18. password=1111
  19. target=123.206.77.88:22
  20. [tcp]
  21. mode=tcpServer
  22. target=127.0.0.1:8080
  23. port=9006
  24. [socks5]
  25. mode=socks5Server
  26. port=9005
  27. [http]
  28. mode=httpProxyServer
  29. port=9004
  30. [udp]
  31. mode=udpServer
  32. port=9003
  33. target=114.114.114.53