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