netgate
This commit is contained in:
@@ -94,6 +94,14 @@ if ((shExpMatch(host, "homarr.dev")) ||
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
//netgate
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "netgate.com")) ||
|
||||||
|
(shExpMatch(host, "*.netgate.com")))
|
||||||
|
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
{ // Default: no proxy,
|
{ // Default: no proxy,
|
||||||
return "DIRECT" }
|
return "DIRECT" }
|
||||||
|
|||||||
Reference in New Issue
Block a user