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