mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 09:36:57 +00:00
redo web UI |web close| client log |system info |p2p |max、ump optimization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
7,7hv3avgeg2ldzvx7,,true,,,1,,0,999,10
|
||||
10,213123dsd,,true,,,0,,0,0,0
|
||||
11,213123dsd2,,true,,,0,,0,0,0
|
||||
15,wx1wdhjmpmntowc8,,true,,,0,,0,0,0
|
||||
2,test1,,true,dsads,dsddsda,0,false,0,0,0
|
||||
5,rilj9h70ux8yz3d2,,true,,,0,false,0,0,0
|
||||
8,88,111,true,,,0,false,0,70,0
|
||||
|
|
@@ -1 +1,3 @@
|
||||
b.o.com,127.0.0.1:8082,7,,,,/,3,12995709,38827
|
||||
b.o.com,127.0.0.1:8080,2,,,,,2,0,0
|
||||
a.o.com,127.0.0.1:8082,8,,127.0.0.1:8080,,/,3,62428000,807503
|
||||
c.o.com,127.0.0.1:8082,8,,,,,4,0,0
|
||||
|
|
@@ -1,40 +1,39 @@
|
||||
[common]
|
||||
server=123.206.77.88:8284
|
||||
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
|
||||
|
||||
|
||||
[tcp]
|
||||
mode=tcpServer
|
||||
target=127.0.0.1:8080
|
||||
port=9006
|
||||
mode=tcp
|
||||
target=8006-8010,8012
|
||||
port=9006-9010,9012
|
||||
targetAddr=123.206.77.88
|
||||
|
||||
[socks5]
|
||||
mode=socks5Server
|
||||
mode=socks5
|
||||
port=9005
|
||||
|
||||
[http]
|
||||
mode=httpProxyServer
|
||||
mode=httpProxy
|
||||
port=9004
|
||||
|
||||
[s_ssh]
|
||||
mode=secret
|
||||
password=1234
|
||||
target=123.206.77.88:22
|
||||
|
||||
[udp]
|
||||
mode=udpServer
|
||||
port=9003
|
||||
target=114.114.114.53
|
||||
mode=udp
|
||||
port=53
|
||||
target=114.114.114.114:53
|
||||
|
||||
[p2p_ssh]
|
||||
port=2000
|
||||
password=p2pssh
|
||||
port=2001
|
||||
password=p2pssh
|
||||
target=123.206.77.88:22
|
||||
|
||||
|
||||
[secret_ssh]
|
||||
port=2002
|
||||
password=1234
|
@@ -1,7 +1,7 @@
|
||||
appname = nps
|
||||
|
||||
#Web Management Port
|
||||
httpport = 8080
|
||||
httpport =
|
||||
|
||||
#Boot mode(dev|pro)
|
||||
runmode = dev
|
||||
@@ -9,13 +9,18 @@ runmode = dev
|
||||
#Web Management Password
|
||||
password=123
|
||||
|
||||
username=admin
|
||||
|
||||
##Communication Port between Client and Server
|
||||
##If the data transfer mode is tcp, it is TCP port
|
||||
##If the data transfer mode is kcp, it is UDP port
|
||||
bridgePort=8284
|
||||
|
||||
#Web API unauthenticated IP address
|
||||
authip=127.0.0.1
|
||||
authKey=test
|
||||
|
||||
##web API get password
|
||||
cryptKey = "1234567812345678"
|
||||
|
||||
##HTTP proxy port, no startup if empty
|
||||
httpProxyPort=80
|
||||
@@ -48,3 +53,8 @@ publicVkey=123
|
||||
#Whether to restrict IP access, true or false or ignore
|
||||
#ipLimit=true
|
||||
|
||||
serverIp=127.0.0.1
|
||||
|
||||
#p2p udp port
|
||||
p2pPort=6000
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
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
|
||||
0,p2p,,1,32,8,p2p ssh,0,0,p2pssh
|
||||
9002,tcp,127.0.0.1:808022,1,1,8,dsa,0,0,
|
||||
9001,tcp,5900,1,48,8,,0,0,
|
||||
9999,socks5,,1,66,8,,0,0,
|
||||
|
|
Reference in New Issue
Block a user