Commit bf1c161
committed
release: v1.4.4
New: recursive multi-hop node chaining. config_gen follows chain_node_id
transitively and wires the dial-proxy at every hop (cycle detection +
depth cap), so a 3-node chain (exit → mid → entry) generates fully;
before, only the first link was wired and deeper relays silently dialed
direct.
Changed: WireGuard can only be a chain's EXIT hop — xray can't tunnel
traffic through a WireGuard outbound (as a relay it forwards 0 bytes,
verified live). Guarded in the nodes API (400), config_gen (skip + warn),
and the Node form (omit WG from the chain dropdown). Frontend build moved
to Vite 8 / Rolldown (@vitejs/plugin-react 4→6), dropping bundled esbuild.
Fixed: Route Explainer accepts a full URL — it now extracts the bare host
instead of resolving the whole string (was a confusing NXDOMAIN).
Security: dropping esbuild closes 2 dev-scope esbuild advisories + the
Vite ≤6.4.1 path-traversal; react-router 7.15→7.18 (CSRF); @babel/core /
form-data / js-yaml patched via npm audit fix. npm audit → 0.
No schema migration, no breaking changes. Backend suite 762 passing;
25 frontend tests passing; npm audit clean.1 parent 2b9649b commit bf1c161
3 files changed
Lines changed: 53 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
7 | 58 | | |
8 | 59 | | |
9 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| 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