We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe2b07 commit 16ff8c8Copy full SHA for 16ff8c8
crates/shadowsocks-service/src/acl/mod.rs
@@ -323,8 +323,8 @@ impl ParsingRules {
323
///
324
/// Mode is the default ACL strategy for those addresses that are not in configuration file.
325
326
-/// - `BlackList` - Bypasses / Rejects all addresses except those in `[proxy_list]` or `[white_list]`
327
-/// - `WhiteList` - Proxies / Accepts all addresses except those in `[bypass_list]` or `[black_list]`
+/// - `WhiteList` - Bypasses / Rejects all addresses except those in `[proxy_list]` or `[white_list]`
+/// - `BlackList` - Proxies / Accepts all addresses except those in `[bypass_list]` or `[black_list]`
328
329
/// ## Rules
330
0 commit comments