add homarr
This commit is contained in:
13
proxy.pac
13
proxy.pac
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user