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
path: root/sub
AgeCommit message (Collapse)Author
2026-01-03vless: use Inbound Listen address in Subscription service (#3610)Igor Kamyshnikov
* vless: use Inbound Listen address in Subscription service vless manual connection link and subscription produced connection link are aligned. subscription service now returns an IP address configured on Inbound, instead of subscription service IP, which is consistent when the address, returned by QR code for manual vless link distribution.
2025-10-09feat: add file logger support (#3575)Slava M.
* feat: add backend for file logger
2025-09-24tiny changesmhsanaei
2025-09-21improved sub: BuildURLsmhsanaei
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-18new: subJsonEnablemhsanaei
after this subEnable by default is true and subJsonEnable is false
2025-09-18minor changemhsanaei
2025-09-16sub page: improvedmhsanaei
2025-09-16vnext removedmhsanaei
2025-09-15sub template enhancementsAlireza Ahmadi
2025-09-14v2.8.0v2.8.0mhsanaei
2025-09-14enhancementsAlireza Ahmadi
2025-09-14Subscriptionmhsanaei
2025-09-09dokodemo-door, socks renamed to mixed, tunnelmhsanaei
2025-09-07Vlessenc (#3426)Sanaei
* mlkem768 * VlessEnc
2025-08-17minor changesmhsanaei
2025-08-04fix: pqv for sub #3306mhsanaei
2025-07-25add mldsa65Alireza Ahmadi
2025-04-15fix: encoding subscription title in base64Shishkevich D.
2025-03-15feat: custom subscription title in panel (#2773)Ilya Afanasov
* feat: custom subscription title in panel * feat: added translations
2025-03-12Refactor: Use any instead of interface{}mhsanaei
2025-01-01tcpNoDelay to penetratemhsanaei
2024-12-04Transport: Remove HTTPmhsanaei
Migrated to XHTTP "stream-one" mode.
2024-12-04splithttp to xhttpmhsanaei
2024-11-21AsIs - freedom DSmhsanaei
2024-11-14SplitHTTP - Modemhsanaei
2024-10-29removed - XTLS Securitymhsanaei
because its too old and no one use it anymore
2024-10-17freedom - default settingsmhsanaei
2024-09-17update noise to noisesmhsanaei
+ type
2024-09-16New - Allocatemhsanaei
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-11Fix #2470 (The subscription service gives two ports for VLESS) (#2479)v2.3.13Ilya
* Fix #2470
2024-08-11new - vmess security (inbound client side - outbound)mhsanaei
2024-07-17fixed - sub show time when "Start After First Use"v2.3.9mhsanaei
2024-07-09improved - message logsmhsanaei
2024-07-01sub - add hour for time leftmhsanaei
1D,10H⏳ 22M⏳
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-28minor changesmhsanaei
2024-05-24feat: Enhance host extraction from headers (#2292)Ahmad Thoriq Najahi
- Refactor SUBController subs and subJsons methods to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable. - Update html function to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable. - Update DomainValidatorMiddleware to first attempt to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host. Fixes: #2284 Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-22new - (Sockopt) tcpMptcp , tcpNoDelaymhsanaei
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-05-22Ensure IPv6 compliant hostmhsanaei
Co-Authored-By: vnxme <46669194+vnxme@users.noreply.github.com>
2024-04-02add header for httpupgrademhsanaei
2024-04-01Add host for WSmhsanaei
2024-04-01[subjson] avoid array for one configmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>