zapret-kvn/xray_fluent/engines
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh d643e3cd07
Some checks failed
Windows project source guards / test (push) Failing after 49s
fix: always set route.default_domain_resolver for sing-box 1.14+
sing-box 1.12 deprecated and 1.14 removed implicit domain resolution in dial
fields, so a config that dials any domain must name route.default_domain_resolver
(or a per-outbound domain_resolver). Managed templates set it, but imported
configs / raw keys often omit it — those still run on Android (pinned to 1.13,
which only warns) yet the core rejects them on Windows (1.14+):
"missing route.default_domain_resolver or domain_resolver in dial fields …".

Inject a route-level default pointing at a real DNS server tag (preferring
proxy-dns, then bootstrap-dns, then the first available) whenever it is missing
or dangling, right before the DNS contract validation that every runtime plan
runs. Per-outbound domain_resolver still takes precedence; valid existing
resolvers are left untouched.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-09-14 18:20:07 +03:00
..
amnezia fix: resolve AWG uplink via GetBestInterfaceEx and stop false HTTPS warnings 2026-09-14 13:13:16 +03:00
hysteria fix: resolve AWG uplink via GetBestInterfaceEx and stop false HTTPS warnings 2026-09-14 13:13:16 +03:00
sidecar fix: resolve AWG uplink via WinAPI and unify the sidecar relay seam 2026-09-14 11:54:30 +03:00
singbox fix: always set route.default_domain_resolver for sing-box 1.14+ 2026-09-14 18:20:07 +03:00
xray feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
zapret feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
__init__.py фикс открытого прокси 2026-04-07 20:49:48 +03:00
health_check.py fix: refresh managed DNS and cache server table rendering 2026-09-06 14:51:07 +03:00
runtime_security.py feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
socks_probe.py fix: align Hysteria startup and defer collapsed server updates 2026-09-06 13:50:00 +03:00