add homarr

This commit is contained in:
2024-09-16 09:42:47 +03:00
parent e33f26f7c6
commit 1d098cb3f6

View File

@@ -67,7 +67,7 @@ else
else else
//chatgpt //cisco
if ((shExpMatch(host, "cisco.com")) || if ((shExpMatch(host, "cisco.com")) ||
(shExpMatch(host, "*.cisco.com"))) (shExpMatch(host, "*.cisco.com")))
@@ -84,6 +84,17 @@ if ((shExpMatch(host, "medium.com")) ||
{ return "SOCKS5 proxy.vm:1080"} { return "SOCKS5 proxy.vm:1080"}
else else
//homarr
if ((shExpMatch(host, "homarr.dev")) ||
(shExpMatch(host, "*.homarr.dev")))
{ return "SOCKS5 proxy.vm:1080"}
else
{ // Default: no proxy, { // Default: no proxy,
return "DIRECT" } return "DIRECT" }
// End of PAC file // End of PAC file