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
2025-03-12Refactor: Use any instead of interface{}mhsanaei
2024-09-30Fix toasts (#2571)Vyacheslav Scherbinin
* Add space to toast status messages * Removed opening space from translations
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-23Add X-Real-IP Support for Client IP (login page)mhsanaei
2024-05-22Ensure IPv6 compliant hostmhsanaei
Co-Authored-By: vnxme <46669194+vnxme@users.noreply.github.com>
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
2023-05-21rename I18n to I18nWebHamidreza Ghavami
2023-05-20update to use WebI18n funcHamidreza Ghavami
2023-04-26remove unusedMHSanaei
2023-04-25add hostname to page titleMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-25[migration] add fix for omitted trafficsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-02-18update pack 2MHSanaei
2023-02-093x-uiMHSanaei