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
2024-07-29new - splithttp (noSSEHeader)mhsanaei
2024-07-29new - splithttp (scMinPostsIntervalMs)mhsanaei
2024-07-15disable mux for vision flowmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-14default - alpn h3, utls randommhsanaei
2024-07-14Refactor HttpUtil and Msg: optimize methodsmhsanaei
2024-07-13date format - jalalianmhsanaei
2024-07-09fix wrong splithttp default (#2433)mmmray
This default is defined as 1MB, but maxUploadSize is to be specified in bytes. This confusion could've come from poorly written documentation in xray, but it has been updated. in general I wish that panels would not set defaults at all and instead just omit parameters (in sharelinks, inbounds, ...) that the user didn't set explicitly. If I want to change the defaults in xray's codebase, it seems that all the panels will have to update the default too. I see marzban doing the same kind of things.
2024-07-01pageSize default to 50mhsanaei
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-06-12Outbound - UoTVersion for SSmhsanaei
2024-06-07{fix} outbound - wireguardmhsanaei
2024-06-07Outbound - Correct parameter order in Grpc #2270 #2348mhsanaei
Co-Authored-By: Amir Hossein Jeddi <seriousmvs@gmail.com>
2024-05-24new - (TLS) Session Resumptionmhsanaei
2024-05-24new - sockopt : all features #2293mhsanaei
2024-05-22new - (Sockopt) tcpMptcp , tcpNoDelaymhsanaei
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-05-22new - (TLS) disable System Rootmhsanaei
2024-05-22new - Cert (TLS-XTLS) - oneTimeLoading , usagemhsanaei
2024-05-16bug fix - bulk Telegram ChatIDmhsanaei
2024-05-08sniffing - metadataOnly, routeOnlymhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08add dokodemo timeoutmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-20UI Improvements (#2228)Tara Rostami
* UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes
2024-04-17vue v2.7.16mhsanaei
2024-04-17fix httpUpgrade hostmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-17minor changes - chat idmhsanaei
2024-04-17 fix blackhole typemhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-02add header for httpupgrademhsanaei
2024-04-01Add host for WSmhsanaei
2024-04-01[xray] fix: convert link to jsonmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12limit mux to connection base outboundsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12support IPv6 address in LinkMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12Xray Outbound - Authority gRPCMHSanaei
2024-03-12[subJson] add mux and directMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12[xray] add outbound sendThrough + warp typo fixMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12fix sockopt in all protocolsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12bug fixed - mux #2015MHSanaei
2024-03-11[xray outbound] add muxMHSanaei
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 - gRPC AuthorityMHSanaei
2024-03-11[xray outbound] add sockoptMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11[xray] add new dns strategiesMHSanaei
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-27Added Ukrainian language (#1926)Nikolas
* Added Ukrainian language Ukrainian * Update langs.js Added Ukrainian language
2024-02-23revert #1678MHSanaei
i got so many errors while testing it on my server and i think we can have security issue if use this anyway thank you and sorry about this
2024-02-22[bug] fix wg reservedMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21[wg] fix subnet in peerMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21[wg] new peer with one IPMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21[sub] json + fragmentMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-19open sniffing for all protocolsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>