@decentnetwork/lan 0.1.72 → 0.1.74

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.
@@ -39,7 +39,7 @@ exits:
39
39
  region: china
40
40
  # --- Japan (host "lico", dora name node-91) — Binance routes here ---
41
41
  - name: tokyo
42
- userid: 9aZUSoLssVXyYbbVQqqjsydh5Ejv7SugqV53MJiMknd6PtLja7Ka
42
+ userid: 4uNnLnAQHVJ7td657MDaz4UnEuhnTW9sRAPSVeAEEQe4
43
43
  virtual_ip: 10.86.68.90
44
44
  region: japan
45
45
  # --- US (Google, YouTube, GitHub, X/Twitter, LinkedIn, OpenAI) ---
@@ -33,16 +33,18 @@ export const BUILTIN_REGION_DOMAINS = {
33
33
  ".volcfcdn.com", ".volccdn.com", ".byteimg.com", ".bytedance.com",
34
34
  ".weibo.com", ".weibocdn.com", ".sinaimg.cn", ".youku.cn",
35
35
  ],
36
- // Japan-region sites / services that geo-fence to a JP IP, plus Binance
37
- // (routed through the Japan exit it's blocked/geo-restricted on many
38
- // other paths). .bnbstatic.com is Binance's asset CDN; without it the
39
- // site loads blank.
36
+ // Japan-region sites / services that geo-fence to a JP IP, plus crypto /
37
+ // prediction-market venues that geo-block the US (Binance, Hyperliquid,
38
+ // Polymarket) — routed through the Japan exit. .bnbstatic.com is Binance's
39
+ // asset CDN; without it the site loads blank.
40
40
  japan: [
41
41
  ".jp",
42
42
  ".nicovideo.jp", ".nimg.jp", ".dmm.com", ".dmm.co.jp",
43
43
  ".abema.tv", ".abema.io", ".tver.jp", ".unext.jp",
44
44
  ".radiko.jp", ".pixiv.net", ".pximg.net",
45
45
  ".binance.com", ".binance.org", ".bnbstatic.com", ".binancecnt.com",
46
+ ".hyperliquid.xyz", ".hyperliquid.cloud",
47
+ ".polymarket.com",
46
48
  ],
47
49
  // US region: Western sites commonly blocked/throttled from China (route via
48
50
  // a US exit), plus US-geo-fenced streaming.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decentnetwork/lan",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
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",