From 540f81d7818121472c436a0b69eb0a2ec53eb8f4 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 8 Oct 2024 19:21:36 +0300 Subject: [PATCH] +gg --- proxy.pac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index 3a3f669..b4d284c 100644 --- a/proxy.pac +++ b/proxy.pac @@ -95,7 +95,9 @@ 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"} else