This commit is contained in:
2024-09-17 11:12:45 +03:00
parent ee34306f8a
commit 48267ee992

View File

@@ -94,6 +94,14 @@ if ((shExpMatch(host, "homarr.dev")) ||
else
//netgate
if ((shExpMatch(host, "netgate.com")) ||
(shExpMatch(host, "*.netgate.com")))
{ return "SOCKS5 proxy.vm:1080"}
else
{ // Default: no proxy,
return "DIRECT" }