Files
shadowsocks-rust/crates
shadowsocks69420 e2ffb9c50e fix: fake ips should not be passed to ACL rules (#2029)
ACL rules are likely not written for fake IPs.

One of the major selling point of using the `fake-dns` feature is to be
able to make use of ACL rules that are based on domain names instead of
purely IP addresses. Passing fake IPs to ACL nullifies this benefit,
which is likely not expected from users.

Closes #2028
2025-10-12 14:21:05 +08:00
..