diff --git a/Nekoray.ru.md b/Nekoray.ru.md index 7ad366c..b527f2c 100644 --- a/Nekoray.ru.md +++ b/Nekoray.ru.md @@ -1,8 +1,14 @@ -[Релизы Nekoray (см. Assets)](https://github.com/MatsuriDayo/nekoray/releases) +[Nekoray (Nekobox)](https://github.com/MatsuriDayo/nekoray) - клиент с графическим интерфейсом, использующий Qt. Поддерживает Windows и +Linux. Релизы для Windows можно найти на [этой странице](https://github.com/MatsuriDayo/nekoray/releases) в разделе Assets. -Выбираем ядро xray, добавляем профиль (конфиг-ссылка), настраиваем маршруты (копируем из +Скачиваем, например, `nekoray-3.26-2023-12-09-windows64.zip`, затем распаковываем и запускаем. Далее выбираем ядро xray, добавляем профиль +(конфиг в форме vless-ссылки), настраиваем маршруты (копируем из [misc/customgeo4nekoray.txt](https://github.com/EvgenyNerush/easy-xray/blob/main/misc/customgeo4nekoray.txt)), выбираем режим системного -прокси, и запускаем! Если nekoray не используется, выключите в Панели управления Windows слайдер "Использовать системный прокси". +прокси, и запускаем подключение. Если nekoray подключается, но заблокированные сайты не открываются, можно попробовать сменить режим +системного прокси на TUN. + +Галочку, соответствующую режиму TUN или режиму системного прокси, к сожалению, приходится ставить каждый раз при запуске nekoray. Если после +завершения nekoray в трее интернет пропадает, завершите nekoray через диспетчер задач. ![](figs/nekoray-1.jpg) diff --git a/README.md b/README.md index 9f7e638..9f4dc6d 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,10 @@ Command `./ex.sh link conf_file` can be used on any conputer there config files #### Linux -XRay itself can be a client, besides plenty of GUI clients that are available for other popular operating systems (see below). You can -manually install XRay with [official script](https://github.com/XTLS/Xray-install) and manually copy `customgeo.dat` to -`/usr/local/share/xray/` or just install them both with `sudo ./ex.sh install` command. Then, copy client config from the server and run: +XRay itself can be a client, besides plenty of GUI clients that are available for Linux (Nekoray,..) and other popular operating systems +(see below). You can manually install XRay with [official script](https://github.com/XTLS/Xray-install) and manually copy `customgeo.dat` to +`/usr/local/share/xray/` or just install xray and customgeo file with `sudo ./ex.sh install` command. Then, copy client config from the +server and run: ``` sudo cp config_client_username.json /usr/local/etc/xray/config.json @@ -118,9 +119,15 @@ To check that traffic to domestic and foreing sites goes by different ways, visi #### Windows -Use [Nekoray (Nekobox)](https://github.com/MatsuriDayo/nekoray) client that releases can be found on [this +For Windows GUI clients such as *v2rayN* or *nekoray (nekobox)* can be used. + +[V2rayN](https://github.com/2dust/v2rayN/) releases can be found [here](https://github.com/2dust/v2rayN/releases). Download asset with core, +say `v2rayN-With-Core.zip`, unzip, then start. Here is a [graphical instruction for v2rayN](V2RayN.ru.md) (in Russian). + +[Nekoray (nekobox)](https://github.com/MatsuriDayo/nekoray) releases can be found on [this page](https://github.com/MatsuriDayo/nekoray/releases). Choose one of Assets, for instance `nekoray-3.26-2023-12-09-windows64.zip`, download -then unzip it and run Nekoray. The following configuration is [quite easy (RU)](Nekoray.ru.md). +then unzip it and run Nekoray. Here is a [graphical instruction (in Russian)](Nekoray.ru.md). Try TUN regime in the case of problems; use +task manager to kill it. #### MacOS diff --git a/README.ru.md b/README.ru.md index 57490d0..c67429c 100644 --- a/README.ru.md +++ b/README.ru.md @@ -102,7 +102,7 @@ docker cp 123abc456def:/easy-xray/conf ./ #### Linux -Для подключения к XRay-серверу существуют клиенты с графическим интерфейсом, но о них чуть позже. На Linux удобно использовать сам XRay в +Для подключения к XRay-серверу существуют клиенты с графическим интерфейсом (Nekoray,..), но о них чуть позже. На Linux удобно использовать сам XRay в качестве клиента. XRay можно установить вручную, используя [официальный скрипт](https://github.com/XTLS/Xray-install), после чего скопировать `customgeo.dat` в `/usr/local/share/xray/`. Другой вариант установить XRay и `customgeo.dat` - воспользоваться командой `sudo ./ex.sh install`. Затем нужно скопировать клиентский конфиг с сервера и выполнить @@ -128,9 +128,11 @@ XRay с текущим клиентским конфигом создаёт ло #### Windows -Используйте [Nekoray (Nekobox)](https://github.com/MatsuriDayo/nekoray) - клиент с графическим интерфейсом. Релизы для Windows можно найти -на [этой странице](https://github.com/MatsuriDayo/nekoray/releases) в разделе Assets. Выберите и скачайте, например, -`nekoray-3.26-2023-12-09-windows64.zip`, затем распакуйте и запустите. Дальнейшее конфигурирование [описано здесь](Nekoray.ru.md). +На Windows обычно используют клиенты с графическим интерфейсом - *v2rayN* и *nekoray (nekobox)*. Инструкции для них доступны по ссылкам: + +[v2rayN](V2RayN.ru.md) + +[nekoray](Nekoray.ru.md). #### MacOS diff --git a/V2RayN.ru.md b/V2RayN.ru.md new file mode 100644 index 0000000..803c92c --- /dev/null +++ b/V2RayN.ru.md @@ -0,0 +1,23 @@ +[V2rayN](https://github.com/2dust/v2rayN/) - клиент под Windows с графическим интерфейсом. Релизы можно найти +[здесь](https://github.com/2dust/v2rayN/releases). Загрузите и распакуйте один из Assets с ядром (например `v2rayN-With-Core.zip`), +запустите. +Затем поменяйте язык приложения (в правом верхнем углу, см. картинки), подождите - приложение скачает геобазы, перезапустите приложение +(выключить его можно в трее). Теперь можно вставить конфиг в виде url-ссылки (`vless://...`), подключиться и включить режим VPN (кнопка +внизу, если она не отображается, перезапустите программу от имени администратора). Содержимое +[misc/customgeo4v2rayNwin.txt](https://github.com/EvgenyNerush/easy-xray/blob/main/misc/customgeo4v2rayNwin.txt) вставляем в Whitelist. +V2rayN чувствителен к символам окончания строк, поэтому не вставляйте в него customgeo4hiddify.txt. + +![](figs/v2rayN-1.png) + +![](figs/v2rayN-2.png) + +![](figs/v2rayN-3.png) + +![](figs/v2rayN-4.png) + +![](figs/v2rayN-5.png) + +![](figs/v2rayN-6.png) + +![](figs/v2rayN-7.png) + diff --git a/figs/v2rayN-1.png b/figs/v2rayN-1.png new file mode 100644 index 0000000..6ecca61 Binary files /dev/null and b/figs/v2rayN-1.png differ diff --git a/figs/v2rayN-2.png b/figs/v2rayN-2.png new file mode 100644 index 0000000..0cc9eae Binary files /dev/null and b/figs/v2rayN-2.png differ diff --git a/figs/v2rayN-3.png b/figs/v2rayN-3.png new file mode 100644 index 0000000..32b8602 Binary files /dev/null and b/figs/v2rayN-3.png differ diff --git a/figs/v2rayN-4.png b/figs/v2rayN-4.png new file mode 100644 index 0000000..6940964 Binary files /dev/null and b/figs/v2rayN-4.png differ diff --git a/figs/v2rayN-5.png b/figs/v2rayN-5.png new file mode 100644 index 0000000..bda89b0 Binary files /dev/null and b/figs/v2rayN-5.png differ diff --git a/figs/v2rayN-6.png b/figs/v2rayN-6.png new file mode 100644 index 0000000..97d41b4 Binary files /dev/null and b/figs/v2rayN-6.png differ diff --git a/figs/v2rayN-7.png b/figs/v2rayN-7.png new file mode 100644 index 0000000..cbed253 Binary files /dev/null and b/figs/v2rayN-7.png differ diff --git a/misc/customgeo4nekoray.txt b/misc/customgeo4nekoray.txt index 1763e52..9738206 100644 --- a/misc/customgeo4nekoray.txt +++ b/misc/customgeo4nekoray.txt @@ -92,3 +92,4 @@ domain:apple.com domain:habr.com domain:habrastorage.org domain:viqeo.tv +