Commit 0d7a37c
committed
release: v0.11.1 — narrow byedpi host list
Default byedpi host list curated to 34 hosts (10 YouTube + 24 Discord).
Specific subdomains only, no catch-all suffixes. Removed entries like
googleapis.com, gstatic.com, cloudfront.net, amazonaws.com that captured
geo-restricted services (Gemini frontend, Drive, Maps) and forced them
through byedpi on the underlying RU LTE network, breaking access.
Bundled asset is the source of truth: installDefaultHostList replaces
the on-disk file from the asset on every app start (synchronous await,
race-free before byedpi start). UI editor edits are session-only — this
prevents stale wide defaults from older RCs (which had 278 hosts incl.
googleapis.com) from surviving upgrades on early adopters' devices.
Practical-verified on LTE Tinkoff Mobile with byDPI ON:
- 3 active TCP sessions to qde:443 (vless-qde xmux multiplex)
- robinfrontend-pa.googleapis.com (Gemini frontend) routed via vless-qde
to Amsterdam, ping ~20ms — was previously caught by DomainSuffix
catch-all and forced through byedpi over LTE RU IP, returning
'country invalid' for Gemini
- claude.ai routed via vless-qde to Cloudflare EU, ping ~28ms
- YouTube continues to bypass DPI via byedpi on the underlying network1 parent 9736030 commit 0d7a37c
4 files changed
Lines changed: 32 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments