zapret-kvn/xray_fluent/engines/singbox
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
..
__init__.py fix: bundle sing-box routing data offline 2026-08-29 13:33:05 +03:00
config_builder.py fix: retain native sing-box ownership for Hysteria v1 2026-09-05 17:57:04 +03:00
config_check.py feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
core_updater.py feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
manager.py feat: use official Amnezia transport and organize runtime modules 2026-09-06 00:14:08 +03:00
operations.py fix: unify transport transitions and restore direct Russian services 2026-09-06 01:10:35 +03:00
runtime_planner.py fix: always set route.default_domain_resolver for sing-box 1.14+ 2026-09-14 18:20:07 +03:00
selector_api.py fix: bundle sing-box routing data offline 2026-08-29 13:33:05 +03:00