An open API service indexing awesome lists of open source software.

https://github.com/localzet/x-win

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.
https://github.com/localzet/x-win

proxy-client tun2socks windows xray

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        





Скачивания


Коммиты


Версия


Лицензия

# X-WIN - Windows XRay Client

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

X-WIN — это клиент, поддерживающий [XRay](https://github.com/XTLS/Xray-core). Он предоставляет простой в использовании интерфейс для настройки и управления прокси-серверами и позволяет пользователям переключаться между различными серверами.

## Разработка

- Если вы новичок, загрузите приложение с [releases](https://github.com/localzet/x-win/releases/latest).

- Но если вы хотите получить исходный код клиента, выполните следующие действия:
- Загрузите [requirements](#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` (для вашей ОС) по [этой ссылке](https://github.com/localzet/x-tun/releases/latest), извлеките и скопируйте в каталог `/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
```

## Требования

- Go https://go.dev/dl/
- .Net https://dotnet.microsoft.com/download