socks代理时,自动-np

This commit is contained in:
影舞者
2022-08-16 15:10:09 +08:00
parent 98569648bb
commit 4908720acb
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -175,6 +175,7 @@ func ParseInput(Info *HostInfo) {
}
if Socks5Proxy != "" && !strings.HasPrefix(Socks5Proxy, "socks5://") {
Socks5Proxy = "socks5://" + Socks5Proxy
NoPing = true
}
}