mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-17 14:29:07 +00:00
3ba30e3f00
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