feat: Add Redirector SS Setting

This commit is contained in:
ChsBuffer
2020-12-16 10:25:57 +08:00
parent b7bcb46c78
commit a3e8826105
6 changed files with 85 additions and 5 deletions

View File

@@ -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