@nwct/demo 1.0.0 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.client.js +2 -2
- package/package.json +1 -1
package/config.client.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module.exports={
|
2
|
-
server_addr: "
|
2
|
+
server_addr: "166.66.66.66",//服务端地址,纯IP,必须改
|
3
3
|
server_port: 6001,//服务端端口,客户端和服务端必须保持一致
|
4
4
|
token: "aksda@$@#kjsk",//连接令牌,客户端和服务端必须保持一致
|
5
5
|
timeout: 3000,//请求超时时间
|
@@ -8,7 +8,7 @@ module.exports={
|
|
8
8
|
ssh: {
|
9
9
|
local_ip: "127.0.0.1",//当前内网被转发的ip
|
10
10
|
local_port: 80,//当前内网被转发的端口
|
11
|
-
remote_port: 8080
|
11
|
+
remote_port: 8080,//服务端映射的端口
|
12
12
|
}
|
13
13
|
// ,
|
14
14
|
// aria2: {
|