This commit is contained in:
2024-09-06 17:14:37 +03:00
parent b168d958c6
commit 9221033059

View File

@@ -65,6 +65,15 @@ else
{ return "SOCKS5 proxy.vm:1080"}
else
//medium
if ((shExpMatch(host, "medium.com")) ||
(shExpMatch(host, "*.medium.com")))
{ return "SOCKS5 proxy.vm:1080"}
else
{ // Default: no proxy,
return "DIRECT" }