mirror of https://github.com/ehang-io/nps
40 lines
487 B
Plaintext
40 lines
487 B
Plaintext
[common]
|
|
server=127.0.0.1:8284
|
|
tp=tcp
|
|
vkey=123
|
|
auto_reconnection=true
|
|
|
|
[web1]
|
|
host=a.o.com
|
|
host_change=www.proxy.com
|
|
target=127.0.0.1:8080
|
|
location=/
|
|
|
|
[web2]
|
|
host=127.0.0.1
|
|
host_change=www.proxy.com
|
|
target=127.0.0.1:8080
|
|
location=/cdn
|
|
|
|
[ssh_1118]
|
|
mode=secretServer
|
|
password=1111
|
|
target=123.206.77.88:22
|
|
|
|
[tcp]
|
|
mode=tcpServer
|
|
target=127.0.0.1:8080
|
|
port=9006
|
|
|
|
[socks5]
|
|
mode=socks5Server
|
|
port=9005
|
|
|
|
[http]
|
|
mode=httpProxyServer
|
|
port=9004
|
|
|
|
[udp]
|
|
mode=udpServer
|
|
port=9003
|
|
target=114.114.114.53 |