Skip to content

Instantly share code, notes, and snippets.

@crabvk
Last active April 23, 2026 21:16
Show Gist options
  • Select an option

  • Save crabvk/893f7fab0d7c1dbfe649e7f5abb6c5d7 to your computer and use it in GitHub Desktop.

Select an option

Save crabvk/893f7fab0d7c1dbfe649e7f5abb6c5d7 to your computer and use it in GitHub Desktop.
Иструкция по настройке роутинга для VPN клиента Exclave

Настройка роутинга для VPN клиента Exclave

Скачать Exclave можно на:

1. Открыть Exclave

☰ → Settings → Route → ⋮ → Manage route assets

2. Обновить существующие файлы geoip.dat и geosite.dat

3. Справа вверху иконка файла → Add URL

Asset name: geoip-ru.dat
Asset URL: https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geoip.dat

Сохранить нажав на галочку справа вверху.

Add URL для второго файла:

Asset name: geosite-ru.dat
Asset URL: https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geosite.dat

Сохранить нажав на галочку.

4. Обновить оба добавленных файла

5. Закрыть раздел Assets, вернуться в Route

Скопировать:

[
  {
    "locked": false,
    "enabled": true,
    "remarks": "Bypass private IPs",
    "ip": ["geoip:private"],
    "outboundTag": "direct"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Proxy blocked in Russia IPs",
    "ip": [
      "ext:geoip-ru.dat:ru-blocked",
      "ext:geoip-ru.dat:ru-blocked-community",
      "ext:geoip-ru.dat:re-filter"
    ],
    "outboundTag": "proxy"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Proxy blocked in Russia domains",
    "domain": ["domain:myip.wtf", "ext:geosite-ru.dat:ru-blocked"],
    "outboundTag": "proxy"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Bypass Google (avoid CAPTCHA)",
    "domain": ["ext:geosite-ru.dat:google"],
    "outboundTag": "direct"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Block ads/analytics by domain",
    "domain": [
      "ext:geosite-ru.dat:category-ads-all",
      "ext:geosite-ru.dat:private",
      "ext:geosite-ru.dat:win-spy",
      "geosite:category-ads-all"
    ],
    "outboundTag": "block"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Bypass by geosite",
    "domain": [
      "ext:geosite-ru.dat:alibaba",
      "ext:geosite-ru.dat:binance",
      "ext:geosite-ru.dat:bybit",
      "ext:geosite-ru.dat:epicgames",
      "ext:geosite-ru.dat:kucoin",
      "ext:geosite-ru.dat:ru-available-only-inside",
      "ext:geosite-ru.dat:category-ru",
      "ext:geosite-ru.dat:category-ip-geo-detect",
      "geosite:cn",
      "regexp:\\.by$"
    ],
    "outboundTag": "direct"
  },
  {
    "locked": false,
    "enabled": true,
    "remarks": "Bypass Chinese IPs",
    "ip": ["geoip:cn"],
    "outboundTag": "direct"
  }
]

⋮ → Import from clipboard → OK

6. ☰ → Configuration

Переподключиться.

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment