File mode|pubVkey optimization

This commit is contained in:
刘河
2019-03-02 17:43:21 +08:00
parent f526c56784
commit 1c1aa5ec5b
29 changed files with 477 additions and 195 deletions

View File

@@ -1,3 +1 @@
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
2,corjmrbhr33otit1,,true,,,0,false,0,0,0
1 2 test1 corjmrbhr33otit1 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

View File

@@ -1,3 +1 @@
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
b.o.com,127.0.0.1:8080,2,,,111,/,3,0,0
1 b.o.com 127.0.0.1:8080 2 111 / 2 3 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

View File

@@ -4,6 +4,9 @@ tp=tcp
vkey=123
auto_reconnection=true
[web]
host=a.o.com
target=127.0.0.1:8080
[tcp]
mode=tcp
target=8006-8010,8012
@@ -18,6 +21,13 @@ port=9005
mode=httpProxy
port=9004
[file]
mode=file
port=9100
local_path=./
strip_pre=/web/
[s_ssh]
mode=secret
password=1234

View File

@@ -1,7 +1,7 @@
appname = nps
#Web Management Port
httpport =
httpport = 8080
#Boot mode(dev|pro)
runmode = dev

View File

@@ -1,4 +0,0 @@
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,
1 0 p2p 1 32 8 p2p ssh 0 0 p2pssh
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