From 1d098cb3f690cbaa7ff4415bf7711961d2e517d5 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 16 Sep 2024 09:42:47 +0300 Subject: [PATCH] add homarr --- proxy.pac | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index 5c6d328..6114ad4 100644 --- a/proxy.pac +++ b/proxy.pac @@ -67,7 +67,7 @@ else else -//chatgpt +//cisco if ((shExpMatch(host, "cisco.com")) || (shExpMatch(host, "*.cisco.com"))) @@ -84,6 +84,17 @@ if ((shExpMatch(host, "medium.com")) || { return "SOCKS5 proxy.vm:1080"} else + +//homarr + +if ((shExpMatch(host, "homarr.dev")) || +(shExpMatch(host, "*.homarr.dev"))) + + { return "SOCKS5 proxy.vm:1080"} + +else + + { // Default: no proxy, return "DIRECT" } // End of PAC file