This commit is contained in:
2024-12-01 10:50:54 +03:00
parent e636db7182
commit f142f007a5

View File

@@ -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