feat: add DC9 Snell v4 and v6 inbounds

This commit is contained in:
Codex
2026-09-01 19:26:25 -07:00
parent 7b6dcb8c6d
commit 4ed88a46c5
4 changed files with 48 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# DC9 sing-box
The managed sing-box service runs Trojan, AnyTLS, Hysteria2, VLESS Reality,
and two Snell compatibility generations.
## Snell compatibility
- `SNELL_V4_PORT` renders a Snell inbound with `version: 5`. sing-box does not
implement Snell v5 QUIC, so its v5 TCP wire protocol is compatible with
clients configured as Snell v4.
- `SNELL_V6_PORT` renders a separate `version: 6` inbound. Snell v6 is not wire
compatible with v4/v5 and therefore requires its own port and PSK.
- Keep the existing standalone `snell-managed` project running during the
migration. Retire it only after the new v4-compatible inbound passes a
sustained client test.
- Current Mihomo releases support Snell through v5, not v6. Use the v4-compatible
endpoint from Mihomo and reserve the v6 endpoint for a sing-box 1.14 client.
The real PSKs live only in the Arcane Environment-local `.env`; never commit
them to this repository.