| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
Windows project source guards / test (push) Failing after 49s
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> |
||
| .. | ||
| __init__.py | ||
| config_builder.py | ||
| config_check.py | ||
| core_updater.py | ||
| manager.py | ||
| operations.py | ||
| runtime_planner.py | ||
| selector_api.py | ||