From 48267ee99223ef871e06c3bcb8eb44febfcb8b56 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 17 Sep 2024 11:12:45 +0300 Subject: [PATCH] netgate --- proxy.pac | 8 ++++++++ 1 file changed, 8 insertions(+) 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" }