> For the complete documentation index, see [llms.txt](https://docs.seedex.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seedex.net/ru/readme.md).

# Seedex

Seedex превращает роутер на OpenWrt в слой приватности домашней сети. Весь трафик уходит через туннели к серверам, которыми владеете вы, никто по пути не читает ваши DNS-запросы, а куда идёт трафик — по домену, по списку или по устройству — решаете вы.

## Части

Seedex состоит из двух частей:

* **seedex-openwrt** — сторона роутера: команда `sdx`, сервисы и приложение для LuCI. Исходный код: [github.com/aggnostos/seedex-openwrt](https://github.com/aggnostos/seedex-openwrt).
* **seedex-agent** — сторона сервера: одна команда разворачивает на сервере с Ubuntu всё, к чему подключается роутер. Исходный код: [github.com/aggnostos/seedex-agent](https://github.com/aggnostos/seedex-agent).

## Модули seedex-box

* **VPN**: туннели AmneziaWG, сколько угодно. Роутер держит трафик на самом быстром живом туннеле.
* **Proxy**: туннель sing-box из ваших прокси-конфигов. Лучший outbound sing-box выбирает сам.
* **Router**: политика. Она решает, что идёт через туннель, что напрямую к провайдеру и что блокируется — по домену, по списку или по устройству. Kill switch закрывает моменты, когда ни один туннель не поднят.
* **DNS**: приватный резолвер для всей сети с шифрованным upstream и перехватом устройств, которые резолвят сами.
* **Link**: связь с seedex-agent. Роутер забирает конфиги с сервера и управляет сервером удалённо.

## Модули seedex-agent

* **VPN**: сервер AmneziaWG с параметрами обфускации, сгенерированными для каждой установки.
* **Proxy**: сервер sing-box с протоколами, которые выбираете вы: VLESS Reality, Trojan, Shadowsocks, ShadowTLS, VMess, Hysteria2, TUIC и AnyTLS.
* **Link**: API, с которым соединяется роутер.

## Статус проекта

Seedex в активной разработке. Команды и опции меняются от версии к версии. Документация описывает последний релиз.

## Что дальше

* [Начало работы](/ru/getting-started.md) проводит через установку сервера и роутера.
* [Руководство](/ru/user-guide.md) описывает каждую команду `sdx` на роутере и на сервере и приложение для LuCI.
* [Для разработчиков](/ru/developer-guide.md) рассказывает о структуре проекта, сборке и линте.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.seedex.net/ru/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
