diff --git a/proxy.pac b/proxy.pac index d9cd5b4..c083913 100644 --- a/proxy.pac +++ b/proxy.pac @@ -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" }