TK linux
This commit is contained in:
10
proxy.pac
10
proxy.pac
@@ -141,9 +141,17 @@ if ((shExpMatch(host, "hashicorp.com")) ||
|
||||
(shExpMatch(host, "*.vagrantcloud.com")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
|
||||
else
|
||||
|
||||
//turnkey
|
||||
|
||||
if ((shExpMatch(host, "turnkeylinux.org")) ||
|
||||
(shExpMatch(host, "*.turnkeylinux.org")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
|
||||
else
|
||||
|
||||
|
||||
{ // Default: no proxy,
|
||||
return "DIRECT" }
|
||||
// End of PAC file
|
||||
|
||||
Reference in New Issue
Block a user