Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

v2.3.1

Pre-release
Pre-release

Choose a tag to compare

@AKotov-dev AKotov-dev released this 21 Dec 11:00
· 28 commits to main since this release
  • [RU]
    Начиная с Xray-core v24.12.18 и переходом на новый протокол XHTTP разработчики предлагают переписывать конфигурационные файлы клиентов и серверов. В целях сохранения совместимости уже существующих подключений разработка XRayGUI временно заморожена + автоматическое обновление Xray-core отключено.
  • [EN]
    Starting with Xray-core v24.12.18 and the transition to the new XHTTP protocol, the developers suggest rewriting the configuration files of clients and servers. In order to maintain compatibility of existing connections, the development of XRayGUI is temporarily frozen + automatic updating of Xray-core is disabled.

Загрузить/Установить последний работающий Xray-core если он не был установлен ранее (выполнить от пользователя)

killall xray; mkdir -p ~/.config/xraygui/xray; cd ~/.config/xraygui/xray; curl -OL https://github.com/XTLS/Xray-core/releases/download/v24.12.18/Xray-linux-64.zip; 7z e -y ./*.zip; rm -f ./*.zip*