mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
feat: Add Redirector SS Setting
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Netch.Utils
|
||||
0 => server switch
|
||||
{
|
||||
Socks5 => true,
|
||||
Shadowsocks shadowsocks when !shadowsocks.HasPlugin() => true,
|
||||
Shadowsocks shadowsocks when !shadowsocks.HasPlugin() && Global.Settings.RedirectorSS => true,
|
||||
_ => false
|
||||
},
|
||||
_ => false
|
||||
|
||||
Reference in New Issue
Block a user