@decentnetwork/lan 0.1.187 → 0.1.188

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.
Binary file
Binary file
Binary file
Binary file
@@ -169,6 +169,8 @@ export async function cmdInit(args) {
169
169
  }
170
170
  }
171
171
  console.log(`\nNext: sudo agentnet service install # or 'agentnet up --real-tun' to run in foreground`);
172
+ console.log(`Optional — watch China video (CCTV etc.) through a China exit:`);
173
+ console.log(` agentnet proxy trust-ca && agentnet proxy router --hls-accel # see docs/CCTV-VIEWING.md`);
172
174
  }
173
175
  /**
174
176
  * Show identity information.
@@ -2166,6 +2168,7 @@ WantedBy=multi-user.target
2166
2168
  execSync("systemctl enable --now agentnet");
2167
2169
  console.log(`Installed ${unitPath} and started agentnet.service.`);
2168
2170
  console.log(`Logs: journalctl -u agentnet -f`);
2171
+ console.log(`Optional — watch China video (CCTV etc.): agentnet proxy trust-ca && agentnet proxy router --hls-accel (docs/CCTV-VIEWING.md)`);
2169
2172
  return;
2170
2173
  }
2171
2174
  if (process.platform === "darwin") {
@@ -2225,6 +2228,7 @@ WantedBy=multi-user.target
2225
2228
  }
2226
2229
  execSync(`launchctl load ${plistPath}`);
2227
2230
  console.log(`Installed ${plistPath} and started com.decentlan.agentnet.`);
2231
+ console.log(`Optional — watch China video (CCTV etc.): agentnet proxy trust-ca && agentnet proxy router --hls-accel (docs/CCTV-VIEWING.md)`);
2228
2232
  console.log(`Logs: tail -f /var/log/agentnet.log`);
2229
2233
  return;
2230
2234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decentnetwork/lan",
3
- "version": "0.1.187",
3
+ "version": "0.1.188",
4
4
  "description": "Private virtual LAN for self-hosted services and AI agents, built on Elastos Carrier. NAT-traversal, name service, ACL, all over a peer-to-peer mesh — no public IP required.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",