diff --git a/proxy.pac b/proxy.pac index 2abdd7b..d15af0d 100644 --- a/proxy.pac +++ b/proxy.pac @@ -21,7 +21,7 @@ else //ntc.party - if ((shExpMatch(host, "ntc.party"))) + if (shExpMatch(host, "ntc.party")) { return "SOCKS5 proxy.vm:11080"} else