mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 09:36:57 +00:00
add functions
This commit is contained in:
@@ -36,4 +36,11 @@ bridgeType=tcp
|
||||
# After the connection, the server will be able to open relevant ports and parse related domain names according to its own configuration file.
|
||||
publicVkey=123
|
||||
|
||||
#Traffic data persistence interval(minute)
|
||||
#Ignorance means no persistence
|
||||
flowStoreInterval=1
|
||||
|
||||
#log level
|
||||
#LevelEmergency->0 LevelAlert->1 LevelCritical->2 LevelError->3 LevelWarning->4
|
||||
#LevelNotice->5 LevelInformational->6 LevelDebug->7
|
||||
logLevel=7
|
@@ -1 +1 @@
|
||||
7,7hv3avgeg2ldzvx7,,true,,,0,,0,0
|
||||
7,7hv3avgeg2ldzvx7,,true,,,1,,0,999,10
|
||||
|
|
@@ -0,0 +1 @@
|
||||
b.o.com,127.0.0.1:8082,7,,,,/,3,12995709,38827
|
||||
|
|
@@ -4,32 +4,24 @@ tp=tcp
|
||||
vkey=123
|
||||
auto_reconnection=true
|
||||
crypt=true
|
||||
|
||||
[web1]
|
||||
host=a.o.com
|
||||
host_change=www.proxy.com
|
||||
target=127.0.0.1:8082
|
||||
target=127.0.0.1:8080
|
||||
location=/
|
||||
|
||||
[web2]
|
||||
host=a.proxy.com
|
||||
target=127.0.0.1:8080,127.0.0.1:8082
|
||||
host=127.0.0.1
|
||||
host_change=www.proxy.com
|
||||
header_set_proxy=nps
|
||||
target=127.0.0.1:8080
|
||||
location=/cdn
|
||||
|
||||
[tcp]
|
||||
mode=tcpServer
|
||||
target=8001-8005,8082
|
||||
port=9001-9005,9006
|
||||
[ssh_1118]
|
||||
mode=secretServer
|
||||
password=1111
|
||||
target=123.206.77.88:22
|
||||
|
||||
[socks5]
|
||||
mode=socks5Server
|
||||
port=9007
|
||||
|
||||
[http]
|
||||
mode=httpProxyServer
|
||||
port=9008
|
||||
|
||||
[udp]
|
||||
mode=udpServer
|
||||
port=53
|
||||
target=114.114.114.114:53
|
||||
[secret_ssh]
|
||||
password=1111
|
||||
port=1000
|
||||
|
@@ -1 +1,3 @@
|
||||
9010,socks5Server,,1,27,7,
|
||||
9010,socks5Server,,1,27,7,,0,0,
|
||||
9002,tcpServer,127.0.0.1:8082,1,28,7,,9175971,17054,
|
||||
0,secretServer,123.206.77.88:22,1,30,7,私密隧道测试,15620,12628,tests
|
||||
|
|
Reference in New Issue
Block a user