Update proxy.pac
This commit is contained in:
15
proxy.pac
15
proxy.pac
@@ -29,6 +29,21 @@ else
|
|||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
//youtube
|
||||||
|
|
||||||
|
if (
|
||||||
|
(shExpMatch(host, "youtube.com")) ||
|
||||||
|
(shExpMatch(host, "youtu.be")) ||
|
||||||
|
(shExpMatch(host, "ytimg.com")) ||
|
||||||
|
(shExpMatch(host, "ggpht.com")) ||
|
||||||
|
(shExpMatch(host, "googleusercontent.com")) ||
|
||||||
|
(shExpMatch(host, "googlevideo.com")) ||
|
||||||
|
(shExpMatch(host, "google.com")) ||
|
||||||
|
(shExpMatch(host, "googleapis.com"))
|
||||||
|
)
|
||||||
|
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
else
|
else
|
||||||
{ // Default: no proxy,
|
{ // Default: no proxy,
|
||||||
|
|||||||
Reference in New Issue
Block a user