platform: modularize api/gui, add docs-tests-web foundation, and refresh root config

This commit is contained in:
beckline
2026-03-26 22:40:54 +03:00
parent 0e2d7f61ea
commit 6a56d734c2
562 changed files with 70151 additions and 16423 deletions

View File

@@ -1,16 +1,12 @@
# ---- basic listen ----
bind 127.0.0.1:6053 -no-speed-check -no-cache
# ---- upstream: Meta DNS (VPN-only) ----
server 46.243.231.30
server 46.243.231.41
bind 127.0.0.1:6053
# ---- upstream: AdGuard Home на PVE ----
# обычный UDP DNS-сервер
server 192.168.50.10
# включим простой лог в stdout (чтоб увидеть хоть что-то через journalctl)
log-level info
response-mode fastest-response
# набор доменов для автотуннеля
domain-set -name agvpn_wild -file /etc/selective-vpn/smartdns.conf
@@ -19,6 +15,5 @@ domain-set -name agvpn_wild -file /etc/selective-vpn/smartdns.conf
nftset /domain-set:agvpn_wild/#4:inet#agvpn#agvpn_dyn4
# (опционально) включить таймауты и дебаг nftset
nftset-timeout yes
nftset-timeout no
nftset-debug yes