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-01-16v2.1.0v2.1.0MHSanaei
2024-01-15fix syntax error - workflowMHSanaei
2024-01-15Update README.md (#1584)shahin-io
2024-01-15Support ARMv6 (#1582)quydang
2024-01-15translate enhancement (#1574)shahin-io
2024-01-12[bug] fix switch enable inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-12Small edit & fixes (#1571)shahin-io
2024-01-12A few updates (#1566)quydang
* Update install.sh * Update x-ui.sh * Update README.md
2024-01-11wireguard info pageMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11better view for http headerMHSanaei
2024-01-11WARP via wireguardMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11[ui] separate outbound and reverseMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11[ui] user settingsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11Update translate.en_US.toml (#1555)shahin-io
2024-01-11Update index.html (#1557)shahin-io
2024-01-10Centralized Xray URLsMHSanaei
2024-01-10fix mistake - xtlsMHSanaei
2024-01-10fix typoMHSanaei
2024-01-10reset button for kcp & quicMHSanaei
2024-01-10fix log writer crashMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10fix translationMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10wireguard outboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10[feature] wireguard inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-09Update dependencies and Xray v1.8.7MHSanaei
2024-01-09fix switchEnable in filter modeMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-09[bug] fix tcp http header versionMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-09bug fix #1524MHSanaei
2024-01-09Overall Enhancement (#1524)shahin-io
2024-01-08Bump github.com/xtls/xray-core from 1.8.6 to 1.8.7 (#1537)dependabot[bot]
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/compare/v1.8.6...v1.8.7) --- updated-dependencies: - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08Bump docker/metadata-action from 5.4.0 to 5.5.0 (#1536)dependabot[bot]
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-06Update translate.en_US.toml (#1522)shahin-io
Dear @MHSanaei I've made a quick and small edit. I'll make more enhancements in the coming weeks.
2024-01-06Update README.md (#1521)shahin-io
hello, Dear @MHSanaei I've made overall enhancements.
2024-01-03socks5 proxy option added to telegram bot settings (#1500)Saeid
* socks5 option added to telegram bot settings * update socks5 proxy settings translations
2024-01-02added Jalalian datepicker (shamsi) (#1460)Ali Rahimi
* added datepicker option in setting page jalalian datepicker component was added translate files for datepicker updated * dark mode bug fixed
2024-01-01bash - Multi protocol support (#1496)Mammad
2024-01-01Major changes to tgbot, also small changes for panel (#1463)somebodywashere
* Reduce outage time on Xray errors * Improved logs clearing, added previous logs File name change: 3xipl-access-persistent.log -> 3xipl-ap.log All previous logs have .prev suffix * Preparations for tgbot additions * [tgbot] Improvements, Additions and Fixes * Changed interaction with Expire Date for Clients * Added more info and interactions with Online Clients * Added a way to get Ban Logs (also added them to backup) * Few fixes and optimizations in code * Fixed RU translation * [tgbot] More updates and fixes * [tgbot] Quick Fix * [tgbot] Quick Fix 2 * [tgbot] Big Updates Added Notifications for Clients throught Tgbot (when Expire) Added compability for Usernames both w/wo @ Added more buttons overall for admins * [tgbot] Fixes * [tbot] Fixes 2 * [tgbot] Removed usernames support for Notifications to work * [tgbot] Fix * [tgbot] Fix Notify * [tgbot] small fixes * [tgbot] replyMarkup only for last message on big messages * [tgbot] Fixed last message is empty * [tgbot] Fix messages split
2024-01-01Outboud wireguard protocol support (#1451)Serge Pavlyuk
* Wireguard outbound settings modal window * wireguard optional fields saniteze fix * wireguard save domainStrategy and reserved(not implemented in form but will work) --------- Co-authored-by: Сергей Павлюк <spavlyuk@nic.ru>
2024-01-01Bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#1492)dependabot[bot]
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.11 to 3.23.12. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.23.11...v3.23.12) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01Update translate.vi_VN.toml (#1478)vuong2023
fix: Correct errors in Vietnamese sentences
2023-12-24edit languagesMHSanaei
2023-12-23 tcp header - set name to hostMHSanaei
2023-12-23Block Malware, Phishing and Cryptominers WebsitesMHSanaei
2023-12-23Update x-ui.sh (#1437)Ho3ein
2023-12-23Update README.mdMHSanaei
2023-12-23fix outbound socks/httpMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-23fix protocol in routing rules modalMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-23Update README and added support for AlmaLinux. (#1435)quydang
* Update install.sh * Update x-ui.sh * Update install.sh * Update README.md * Update install.sh
2023-12-22Fix Chinese translation (#1428)Jiraiya
Co-authored-by: qingbo <qingbo@jingling.group>
2023-12-21Minor Fixes (#1421)Tara Rostami
* Update login.html * Update custom.css * Update translate.fa_IR.toml * Update translate.fa_IR.toml * Update translate.en_US.toml
2023-12-21[fix] redirect urlHamidreza
it didn't redirect to the correct port !!!