Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-21sub json fix fragment noises effectMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2026-04-20add hysteria inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2026-04-20Use vnext/users structure for VLESS outboundMHSanaei
Replace the previous flat settings map for VLESS outbound with a vnext/users structure. Encryption is now pulled from inbound settings into the user object, a level field (8) is added, and client id and flow are preserved. Address and port are nested under vnext and outbound.Settings is set to {vnext: [...]}, aligning the outbound format with the expected VLESS schema. Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2026-02-11Remove allowInsecureMHSanaei
Remove the deprecated `allowInsecure`
2026-01-05Refactor code and fix linter warnings (#3627)Ilya Kryuchkov
* refactor: use any instead of empty interface * refactor: code cleanup
2025-09-20undo vnext for vmessmhsanaei
2025-09-20docs: add comments for all functionsmhsanaei
2025-09-19go package correction v2mhsanaei
2025-09-19go package correctionmhsanaei
2025-09-16vnext removedmhsanaei
2025-09-07Vlessenc (#3426)Sanaei
* mlkem768 * VlessEnc
2025-08-17minor changesmhsanaei
2025-07-25add mldsa65Alireza Ahmadi
2025-03-12Refactor: Use any instead of interface{}mhsanaei
2025-01-01tcpNoDelay to penetratemhsanaei
2024-09-17update noise to noisesmhsanaei
+ type
2024-09-09quic removedmhsanaei
2024-09-02fix TypeError: this.shortIds.split is not a function (#2507)Dmitry Zhavoronkov
* fix TypeError: this.shortIds.split is not a function
2024-08-29New - Noisemhsanaei
freedom
2024-08-11new - vmess security (inbound client side - outbound)mhsanaei
2024-06-18some changesmhsanaei
undo secret key gen for wireguard
2024-06-18new - splithttp transportmhsanaei
splithttp inbound splithttp outbound change priority host for ws - httpupgrade (host>>headers)
2024-05-22new - (Sockopt) tcpMptcp , tcpNoDelaymhsanaei
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-04-01[subjson] avoid array for one configmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-20UI Improvements (#2067)Tara Rostami
2024-03-12[subJson] add mux and directMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11[sub] JSON sub enhancement + minor changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11New - HttpUpgrade TransportMHSanaei
2024-03-11Some fixes and improvements (#1997)Hamidreza
* [refactor] api controller * [fix] access log path better to not hardcode the access log path, maybe some ppl dont want to use the default ./access.log * [fix] set select options from logs paths in xray settings * [update] .gitignore * [lint] all .go files * [update] use status code for jsonMsg and 401 to unauthorize * [update] handle response status code via axios * [fix] set correct value if log paths is set to 'none' we also use the default value for the paths if its set to none * [fix] iplimit - only warning access log if f2b is installed
2024-02-25minor changesMHSanaei
2024-02-21[sub] json + fragmentMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>