mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
- Fix REALITY settings extraction: publicKey/shortIds/fingerprint are nested under realitySettings.settings, not directly under realitySettings - Add network field to all proxy entries (default "tcp") - Move non-REALITY fingerprint into else branch to avoid duplication
13 lines
641 B
Markdown
13 lines
641 B
Markdown
# Fix: Clash proxy entries missing reality-opts, client-fingerprint, network
|
|
|
|
## Date: 2026-04-25
|
|
|
|
## Changes
|
|
|
|
### Bug Fixes
|
|
- `sub/subClashService.go` — Fixed REALITY settings extraction: `publicKey` is at `realitySettings.settings.publicKey`, not `realitySettings.publicKey`. `shortIds` is an array (use first element). `fingerprint` is at `realitySettings.settings.fingerprint`.
|
|
- `sub/subClashService.go` — Added `network` field to all proxy entries (default "tcp")
|
|
- `sub/subClashService.go` — Moved non-REALITY fingerprint code inside the `else` branch to avoid duplication
|
|
|
|
### Version
|
|
- `config/version` — Bumped to v1.7.2.1
|