@nwct/demo 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/config.client.js +1 -1
  2. package/package.json +1 -1
package/config.client.js CHANGED
@@ -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: 10001,// 远程的端口
12
12
  }
13
13
  // ,
14
14
  // aria2: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwct/demo",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Internal network penetration, mapping external network",
5
5
  "main": "bin/index.js",
6
6
  "bin": {