@decentnetwork/lan 0.1.73 → 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.
|
@@ -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
|
|
37
|
-
//
|
|
38
|
-
//
|
|
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.
|
|
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",
|