Skip to content

RockBlack-VPN/x-ui-warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Установка WARP + 3x-ui

Manual Build 3x-ui

bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)

Install Warp (on socks5 proxy) for 3x-ui

Удалить предыдущую версию warp

warp u

Установить Warp на VPS/VDS сервер

bash <(curl -sSL https://raw.githubusercontent.com/RockBlack-VPN/x-ui-warp/main/install_warp_proxy.sh)

Указываем порт 40000

Screenshot


Настройка Warp на 3x-ui

Создать входящее подключение vless и включить Sniffing

Screenshot

После того как создали подключнеи vless, перейти в Настройки Xray / Исходящее соедиение нажать WARP, Создать исходящее подключение

Screenshot

Затем переходим во вкладку маршрутизация, Создать правило

Заполнить поля:

Domain - домены, которые нужно открыть через WARP

2ip.ru,geosite:google-gemini

Или все ru, su через Warp

geosite:category-gov-ru,regexp:.*\.ru$,regexp:.*\.su$

User - оставляем поле пустым, если для всех пользователей применить Warp

Port - 80,443

Outbound Tag - warp

Screenshot Затем сохранить, перезапустить ядро Xray и панель


options

  • -y => Accept default values
  • -f => Force reinstall Warp Socks5 Proxy (WireProxy)

commands

  • warp u => Uninstall Warp
  • warp a => Change Warp Account Type (free, plus, etc.)
  • warp y => Turn on/off WireProxy

Notes

  • To use IPv4 for routing warp:
    1. Go to Panel > Settings > Xray Configurations > Complete Template
    2. Find the object with tag WARP in outbounds:
      {
        "tag": "WARP",
        "protocol": "socks",
        "settings": {
          "servers": [
            {
              "address": "127.0.0.1",
              "port": 40000
            }
          ]
        }
      }
    3. Replace it with the following json object:
      {
        "tag": "WARP-socks5",
        "protocol": "socks",
        "settings": {
          "servers": [
            {
              "address": "127.0.0.1",
              "port": 40000
            }
          ]
        }
      },
      {
        "tag":"WARP",
        "protocol":"freedom",
        "proxySettings":{
          "tag":"WARP-socks5"
        },
        "settings":{
          "domainStrategy":"UseIPv4"
        }
      }
  • To use IPv6 for routing warp:
    • Follow the same steps as for IPv4, replacing UseIPv4 with UseIPv6

About

Взаимодействие Warp с панелью 3x-ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages