Update proxy.pac
This commit is contained in:
@@ -43,7 +43,13 @@ else
|
||||
(shExpMatch(host, "*.googlevideo.com")) ||
|
||||
(shExpMatch(host, "google.com")) ||
|
||||
(shExpMatch(host, "*.google.com")) ||
|
||||
(shExpMatch(host, "*.googleapis.com"))
|
||||
(shExpMatch(host, "*.google.com")) ||
|
||||
(shExpMatch(host, "youtu.be")) ||
|
||||
(shExpMatch(host, "*.youtu.be")) ||
|
||||
(shExpMatch(host, "*.yt.be")) ||
|
||||
(shExpMatch(host, "yt.be")) ||
|
||||
(shExpMatch(host, "*.l.google.com")) ||
|
||||
(shExpMatch(host, "l.google.com"))
|
||||
)
|
||||
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
Reference in New Issue
Block a user