mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-06-30 12:41:24 +00:00
DNS rules referencing rule-sets that contain only ip_cidr predicates silently stopped matching when legacy DNS mode was disabled, because the IP-CIDR branch cannot match against an in-flight DNS query. The existing validation intentionally let every rule_set through on the premise that mixed sets still work via their non-IP branches, which is only true when such a branch exists. Track whether a rule-set carries any non-IP-CIDR predicate and reject pure-IP references the same way bare ip_cidr fields are already rejected. |
||
|---|---|---|
| .. | ||
| transport | ||
| client.go | ||
| client_log.go | ||
| client_truncate.go | ||
| extension_edns0_subnet.go | ||
| rcode.go | ||
| repro_test.go | ||
| router.go | ||
| router_test.go | ||
| transport_adapter.go | ||
| transport_dialer.go | ||
| transport_manager.go | ||
| transport_registry.go | ||