mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 09:36:57 +00:00
New functions
This commit is contained in:
@@ -1 +1,4 @@
|
||||
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
|
||||
|
|
@@ -3,7 +3,6 @@ server=127.0.0.1:8284
|
||||
tp=tcp
|
||||
vkey=123
|
||||
auto_reconnection=true
|
||||
crypt=true
|
||||
|
||||
[web1]
|
||||
host=a.o.com
|
||||
@@ -22,6 +21,19 @@ mode=secretServer
|
||||
password=1111
|
||||
target=123.206.77.88:22
|
||||
|
||||
[secret_ssh]
|
||||
password=1111
|
||||
port=1000
|
||||
[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
|
@@ -38,9 +38,13 @@ publicVkey=123
|
||||
|
||||
#Traffic data persistence interval(minute)
|
||||
#Ignorance means no persistence
|
||||
flowStoreInterval=1
|
||||
#flowStoreInterval=1
|
||||
|
||||
#log level
|
||||
#LevelEmergency->0 LevelAlert->1 LevelCritical->2 LevelError->3 LevelWarning->4
|
||||
#LevelNotice->5 LevelInformational->6 LevelDebug->7
|
||||
logLevel=7
|
||||
#logLevel=7
|
||||
|
||||
#Whether to restrict IP access, true or false or ignore
|
||||
#ipLimit=true
|
||||
|
Reference in New Issue
Block a user