mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-16 04:25:46 +00:00
1. **Fixed XPadding Placement Dropdown**: - Added the missing `cookie` and `query` options to `xPaddingPlacement` (`stream_xhttp.html`). - *Why:* Previously, users wanting `cookie` obfuscation were forced to use the `header` placement string. This caused Xray-core to blindly intercept the entire monolithic HTTP Cookie header, failing internal padding-length validations and causing the inbound to silently drop the connection. 2. **Fixed Uplink Data Placement Validation**: - Replaced the unsupported `query` option with `cookie` in `uplinkDataPlacement`. - *Why:* Xray-core's `transport_internet.go` explicitly forbids `query` as an uplink placement option. Selecting it from the UI previously sent a payload that would cause Xray-core to instantly throw an `unsupported uplink data placement: query` panic. Adding `cookie` perfectly aligns the UI with Xray-core restrictions. ### Related Issues - Resolves #3992
33 lines
1.7 KiB
JSON
33 lines
1.7 KiB
JSON
{
|
|
"android-arm64": { "friendlyName": "android-arm64-v8a" },
|
|
"darwin-amd64": { "friendlyName": "macos-64" },
|
|
"darwin-arm64": { "friendlyName": "macos-arm64-v8a" },
|
|
"freebsd-386": { "friendlyName": "freebsd-32" },
|
|
"freebsd-amd64": { "friendlyName": "freebsd-64" },
|
|
"freebsd-arm64": { "friendlyName": "freebsd-arm64-v8a" },
|
|
"freebsd-arm7": { "friendlyName": "freebsd-arm32-v7a" },
|
|
"linux-386": { "friendlyName": "linux-32" },
|
|
"linux-amd64": { "friendlyName": "linux-64" },
|
|
"linux-arm5": { "friendlyName": "linux-arm32-v5" },
|
|
"linux-arm64": { "friendlyName": "linux-arm64-v8a" },
|
|
"linux-arm6": { "friendlyName": "linux-arm32-v6" },
|
|
"linux-arm7": { "friendlyName": "linux-arm32-v7a" },
|
|
"linux-mips64le": { "friendlyName": "linux-mips64le" },
|
|
"linux-mips64": { "friendlyName": "linux-mips64" },
|
|
"linux-mipslesoftfloat": { "friendlyName": "linux-mips32le-softfloat" },
|
|
"linux-mipsle": { "friendlyName": "linux-mips32le" },
|
|
"linux-mipssoftfloat": { "friendlyName": "linux-mips32-softfloat" },
|
|
"linux-mips": { "friendlyName": "linux-mips32" },
|
|
"linux-ppc64le": { "friendlyName": "linux-ppc64le" },
|
|
"linux-ppc64": { "friendlyName": "linux-ppc64" },
|
|
"linux-riscv64": { "friendlyName": "linux-riscv64" },
|
|
"linux-loong64": { "friendlyName": "linux-loong64" },
|
|
"linux-s390x": { "friendlyName": "linux-s390x" },
|
|
"openbsd-386": { "friendlyName": "openbsd-32" },
|
|
"openbsd-amd64": { "friendlyName": "openbsd-64" },
|
|
"openbsd-arm64": { "friendlyName": "openbsd-arm64-v8a" },
|
|
"openbsd-arm7": { "friendlyName": "openbsd-arm32-v7a" },
|
|
"windows-386": { "friendlyName": "windows-32" },
|
|
"windows-amd64": { "friendlyName": "windows-64" },
|
|
"windows-arm64": { "friendlyName": "windows-arm64-v8a" }
|
|
}
|