mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 20:30:43 +00:00
39 lines
471 B
Plaintext
39 lines
471 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=httpProxyServer
|
|
port=9003 |