Skip to content
/ X-Win Public

X-Win is a Windows client for XRay, designed to facilitate seamless integration and management of XRay services on Windows platforms. It supports easy switching between different server environments, enhancing user experience and productivity.

License

Notifications You must be signed in to change notification settings

localzet/X-Win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Скачивания Коммиты Версия Лицензия

X-WIN - Windows XRay Client

Клиент для ядра XRay

X-WIN — это клиент, поддерживающий XRay. Он предоставляет простой в использовании интерфейс для настройки и управления прокси-серверами и позволяет пользователям переключаться между различными серверами.

Разработка

  • Если вы новичок, загрузите приложение с releases.

  • Но если вы хотите получить исходный код клиента, выполните следующие действия:

  • Загрузите requirements

  • Клонируйте копию репозитория:

    git clone "https://github.com/localzet/x-win.git"
    
    • Перейдите в каталог:
    cd x-win
    
    • Создайте файл XRayCore.dll и скопируйте его в каталог /src/Libraries:
    cd xray
    go build --buildmode=c-shared -o XRayCore.dll -trimpath -ldflags "-s -w -buildid=" .
    md ..\src\Libraries
    copy XRayCore.dll ..\src\Libraries
    
  • Загрузите службу X-TUN (для вашей ОС) по этой ссылке, извлеките и скопируйте в каталог /src/TUN.

  • Загрузите файлы geoip.dat и geosite.dat и скопируйте их в каталог /src:

    cd ..\src
    curl https://github.com/v2fly/geoip/releases/latest/download/geoip.dat -o geoip.dat -L
    curl https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat -o geosite.dat -L
    
  • Запустите проект:

    dotnet run
    

Требования

About

X-Win is a Windows client for XRay, designed to facilitate seamless integration and management of XRay services on Windows platforms. It supports easy switching between different server environments, enhancing user experience and productivity.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project