иуфгешан
This commit is contained in:
31
proxy.pac
31
proxy.pac
@@ -3,27 +3,23 @@ function FindProxyForURL(url, host) {
|
||||
//Linkedin domains
|
||||
if ((shExpMatch(host, "linkedin.com")) ||
|
||||
(shExpMatch(host, "www.linkedin.com")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080" }
|
||||
else
|
||||
//rutracker.org
|
||||
|
||||
if ((shExpMatch(host, "rutracker.org")) ||
|
||||
(shExpMatch(host, "*.rutracker.*")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
else
|
||||
//kinozal.tv
|
||||
|
||||
if ((shExpMatch(host, "kinozal.tv")) ||
|
||||
(shExpMatch(host, "*.kinozal.tv")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
else
|
||||
//ntc.party
|
||||
|
||||
if (shExpMatch(host, "ntc.party"))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
@@ -32,7 +28,6 @@ else
|
||||
if ((shExpMatch(host, "*.instagram.com")) ||
|
||||
(shExpMatch(host, "instagram.com")) ||
|
||||
(shExpMatch(host, "*.cdninstagram.com")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
@@ -53,7 +48,6 @@ else
|
||||
(shExpMatch(host, "yt.be")) ||
|
||||
(shExpMatch(host, "*.l.google.com")) ||
|
||||
(shExpMatch(host, "l.google.com")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
|
||||
@@ -62,45 +56,40 @@ else
|
||||
|
||||
if ((shExpMatch(host, "chatgpt.com")) ||
|
||||
(shExpMatch(host, "*.chatgpt.com")))
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
//cisco
|
||||
|
||||
if ((shExpMatch(host, "cisco.com")) ||
|
||||
(shExpMatch(host, "*.cisco.com")))
|
||||
|
||||
if ((shExpMatch(host, "cisco.com")) ||
|
||||
(shExpMatch(host, "*.cisco.com")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
//medium
|
||||
|
||||
if ((shExpMatch(host, "medium.com")) ||
|
||||
(shExpMatch(host, "*.medium.com")))
|
||||
|
||||
if ((shExpMatch(host, "medium.com")) ||
|
||||
(shExpMatch(host, "*.medium.com")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
//homarr
|
||||
|
||||
if ((shExpMatch(host, "homarr.dev")) ||
|
||||
(shExpMatch(host, "*.homarr.dev")))
|
||||
|
||||
if ((shExpMatch(host, "homarr.dev")) ||
|
||||
(shExpMatch(host, "*.homarr.dev")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
//netgate
|
||||
|
||||
if ((shExpMatch(host, "netgate.com")) ||
|
||||
(shExpMatch(host, "*.netgate.com")) ||
|
||||
(shExpMatch(host, "boostymark.com")) ||
|
||||
(shExpMatch(host, "*.boostymark.com")))
|
||||
|
||||
if ((shExpMatch(host, "netgate.com")) ||
|
||||
(shExpMatch(host, "*.netgate.com")) ||
|
||||
(shExpMatch(host, "boostymark.com")) ||
|
||||
(shExpMatch(host, "*.boostymark.com")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user