feat: add cipherSuites option and "unsafe" fingerprint to TLS UI settings - #1
Conversation
|
check everything is ok and you haven't missed anything. |
1 similar comment
|
check everything is ok and you haven't missed anything. |
… missing ConfigHandler copy
Found and fixed three issues in commit
|
|
oh you had some mistakes and fixed them, so i think it is better to check again. |
Did a full re-check. Found one missing piece: Verified everything else is correct:
|
|
again you had a mistake, if needed check again. |
Found the issue: |
fix: sing-box "unsafe" fingerprint guard and CipherSuites resets (follow-up to #1)
Adds two missing TLS options from the XTLS TLS spec to the server configuration UI. Mirrors patterniha/v2rayNG#1 for v2rayN.
Changes
CipherSuitesproperty toProfileItem,cipherSuitesfield toTlsSettings4RayV2rayOutboundServicenow passes cipher suites (colon-separated string → list) to the xray TLS config"unsafe"toGlobal.FingerprintsTbCipherSuiteslabel stringUsage
Users can now specify custom cipher suites as a colon-separated string (e.g.
TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256) in the TLS settings panel, and selectunsafeas a uTLS fingerprint.