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.
- Host: GitHub
- URL: https://github.com/localzet/x-win
- Owner: localzet
- License: agpl-3.0
- Created: 2024-10-06T22:53:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:14:24.000Z (5 months ago)
- Last Synced: 2025-01-30T03:28:07.661Z (4 months ago)
- Topics: proxy-client, tun2socks, windows, xray
- Language: C#
- Homepage: https://localzet.github.io/X-Win/
- Size: 16.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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