Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: preserve IP address order (#749)
as part of #651, IP addresses are deduplicated; as this uses a `BTreeSet`, the original order is not necessarily retained. use [`retain()`](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.retain) to remove duplicated and/or excluded IPs, mutating the original list of IPs but preserving the original order.
- Loading branch information