platform: modularize api/gui, add docs-tests-web foundation, and refresh root config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user