Replies: 3 comments 5 replies
-
If mode is BlackList, then domains that are configured should be bypassed. So, the others are “defaults” to be in proxied list. |
Beta Was this translation helpful? Give feedback.
3 replies
-
请教一下,我这边想实现sslocal<->ssserver之间的pingpong交互,有了这个交互,两边的应用可以实现数据交换。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
能不能提供一个工具,可以让我测试手机在不同基站、或者不同网络内漫游切换的时候,有没发生访问不到网络的情况发生? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
shadowsocks-rust/crates/shadowsocks-service/src/acl/mod.rs
Lines 479 to 489 in 0e0edda
这块代码按照注释的描述,
Mode::BlackList
表示当前模式下,默认以代理方式处理请求。Mode::WhiteList
则相反,默认以直连处理请求。shadowsocks-rust/crates/shadowsocks-service/src/acl/mod.rs
Lines 30 to 35 in 0e0edda
但是在
Mode
的定义里,代码描述的注释却是与上面的逻辑是相反的:Mode::BlackList
默认直连,Mode::WhiteList
默认代理。这块我搞不明白要怎么理解,能不能给我解释一下呢?
Beta Was this translation helpful? Give feedback.
All reactions