sing-box/protocol/tun
世界 3ba30e3f00
Fix route_address_set duplicated IP sets causing route creation failure
The FlatMap calls pre-populated routeAddressSet and routeExcludeAddressSet
before the for-loops which appended the same IP sets again, doubling every
entry. On Windows this caused CreateIpForwardEntry2 to return
ERROR_OBJECT_ALREADY_EXISTS.

Fixes #3725
2026-02-02 17:29:21 +08:00
..
hook.go Get darwin local DNS server from libresolv 2025-07-08 13:12:18 +08:00
inbound.go Fix route_address_set duplicated IP sets causing route creation failure 2026-02-02 17:29:21 +08:00