spaces
This commit is contained in:
13
proxy.pac
13
proxy.pac
@@ -3,14 +3,15 @@ function FindProxyForURL(url, host) {
|
|||||||
//Linkedin domains
|
//Linkedin domains
|
||||||
if ((shExpMatch(host, "linkedin.com")) ||
|
if ((shExpMatch(host, "linkedin.com")) ||
|
||||||
(shExpMatch(host, "www.linkedin.com")))
|
(shExpMatch(host, "www.linkedin.com")))
|
||||||
{ return "SOCKS5 proxy.vm:1080" }
|
|
||||||
|
{ return "SOCKS5 proxy.vm:1080" }
|
||||||
else
|
else
|
||||||
//rutracker.org
|
//rutracker.org
|
||||||
|
|
||||||
if ((shExpMatch(host, "rutracker.org")) ||
|
if ((shExpMatch(host, "rutracker.org")) ||
|
||||||
(shExpMatch(host, "*.rutracker.*")))
|
(shExpMatch(host, "*.rutracker.*")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
else
|
else
|
||||||
//kinozal.tv
|
//kinozal.tv
|
||||||
|
|
||||||
@@ -18,13 +19,13 @@ else
|
|||||||
(shExpMatch(host, "www.kinozal.tv")) ||
|
(shExpMatch(host, "www.kinozal.tv")) ||
|
||||||
(shExpMatch(host, "dl.kinozal.tv")))
|
(shExpMatch(host, "dl.kinozal.tv")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
else
|
else
|
||||||
//ntc.party
|
//ntc.party
|
||||||
|
|
||||||
if (shExpMatch(host, "ntc.party"))
|
if (shExpMatch(host, "ntc.party"))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
//instagram
|
//instagram
|
||||||
@@ -33,7 +34,7 @@ else
|
|||||||
(shExpMatch(host, "instagram.com")) ||
|
(shExpMatch(host, "instagram.com")) ||
|
||||||
(shExpMatch(host, "*.cdninstagram.com")))
|
(shExpMatch(host, "*.cdninstagram.com")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
//youtube
|
//youtube
|
||||||
@@ -54,7 +55,7 @@ else
|
|||||||
(shExpMatch(host, "*.l.google.com")) ||
|
(shExpMatch(host, "*.l.google.com")) ||
|
||||||
(shExpMatch(host, "l.google.com")))
|
(shExpMatch(host, "l.google.com")))
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
{ // Default: no proxy,
|
{ // Default: no proxy,
|
||||||
|
|||||||
Reference in New Issue
Block a user