Update proxy.pac
This commit is contained in:
@@ -18,6 +18,14 @@ else
|
|||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:11080"}
|
{ return "SOCKS5 proxy.vm:11080"}
|
||||||
else
|
else
|
||||||
|
|
||||||
|
//*.googlevideo.com
|
||||||
|
|
||||||
|
if ((shExpMatch(host, ".googlevideo.*)) || (shExpMatch(host, ".youtube.*)))
|
||||||
|
|
||||||
|
{ return "SOCKS5 proxy.vm:11080"}
|
||||||
|
else
|
||||||
|
|
||||||
{
|
{
|
||||||
// Default: no proxy,
|
// Default: no proxy,
|
||||||
return "DIRECT"
|
return "DIRECT"
|
||||||
|
|||||||
Reference in New Issue
Block a user