npp
This commit is contained in:
13
proxy.pac
13
proxy.pac
@@ -92,6 +92,8 @@ else
|
|||||||
(shExpMatch(host, "*.boostymark.com")))
|
(shExpMatch(host, "*.boostymark.com")))
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
//discord
|
//discord
|
||||||
|
|
||||||
if ((shExpMatch(host, "discord.com")) ||
|
if ((shExpMatch(host, "discord.com")) ||
|
||||||
@@ -100,7 +102,16 @@ else
|
|||||||
(shExpMatch(host, "*.discord.gg")))
|
(shExpMatch(host, "*.discord.gg")))
|
||||||
{ return "SOCKS5 proxy.vm:1080"}
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
//discord
|
else
|
||||||
|
|
||||||
|
//notepad-plus-plus.org
|
||||||
|
|
||||||
|
if ((shExpMatch(host, "notepad-plus-plus.org")) ||
|
||||||
|
(shExpMatch(host, "*.notepad-plus-plus.org")))
|
||||||
|
{ return "SOCKS5 proxy.vm:1080"}
|
||||||
|
|
||||||
|
else
|
||||||
|
//vagrant
|
||||||
|
|
||||||
if ((shExpMatch(host, "hashicorp.com")) ||
|
if ((shExpMatch(host, "hashicorp.com")) ||
|
||||||
(shExpMatch(host, "*.hashicorp.com")) ||
|
(shExpMatch(host, "*.hashicorp.com")) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user