mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
- [outbound_allow_all] BlackList mode, allow all outbound addresses by default - [outbound_block_all] WhiteList mode, blocked all outbound addresses by default - [outbound_block_list] Addresses in this list will be blocked - [outbound_allow_list] Addresses in this list will be allowed fixes #1967 Breaking Changes: - ACL IP rules now checking both allow_list and block_list - Hostnames, IPs that didn't match any rules will fallback to default mode