more vagrant
This commit is contained in:
10
proxy.pac
10
proxy.pac
@@ -95,7 +95,7 @@ else
|
||||
//discord
|
||||
|
||||
if ((shExpMatch(host, "discord.com")) ||
|
||||
(shExpMatch(host, "*.discord.com"))
|
||||
(shExpMatch(host, "*.discord.com")) ||
|
||||
(shExpMatch(host, "discord.gg")) ||
|
||||
(shExpMatch(host, "*.discord.gg")))
|
||||
{ return "SOCKS5 proxy.vm:1080"}
|
||||
@@ -103,9 +103,11 @@ else
|
||||
//discord
|
||||
|
||||
if ((shExpMatch(host, "hashicorp.com")) ||
|
||||
(shExpMatch(host, "*.hashicorp.com"))
|
||||
(shExpMatch(host, "vargrantup.gg")) ||
|
||||
(shExpMatch(host, "*.vargrantup.gg")))
|
||||
(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"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user