diff --git a/proxy.pac b/proxy.pac index 04ec088..661b015 100644 --- a/proxy.pac +++ b/proxy.pac @@ -95,17 +95,19 @@ else //discord if ((shExpMatch(host, "discord.com")) || - (shExpMatch(host, "*.discord.com")) - (shExpMatch(host, "discord.gg")) || + (shExpMatch(host, "*.discord.com")) || + (shExpMatch(host, "discord.gg")) || (shExpMatch(host, "*.discord.gg"))) { return "SOCKS5 proxy.vm:1080"} //discord -if ((shExpMatch(host, "hashicorp.com")) || -(shExpMatch(host, "*.hashicorp.com")) -(shExpMatch(host, "vargrantup.gg")) || -(shExpMatch(host, "*.vargrantup.gg"))) +if ((shExpMatch(host, "hashicorp.com")) || +(shExpMatch(host, "*.hashicorp.com")) || +(shExpMatch(host, "vagrantup.com")) || +(shExpMatch(host, "*.vagrantup.com")) || +(shExpMatch(host, "vagrantcloud.com")) || +(shExpMatch(host, "*.vagrantcloud.com"))) { return "SOCKS5 proxy.vm:1080"}