direct for meet and mail.google.com

This commit is contained in:
2025-01-28 11:03:08 +03:00
parent 58a2154c73
commit 415cfe80ff

View File

@@ -200,6 +200,14 @@ else
else
//Direct for mail.google.com and meet.google.com
if ((shExpMatch(host, "mail.google.com")) ||
(shExpMatch(host, "meet.google.com")))
{ return "DIRECT"}
else
{ // Default: no proxy,
return "DIRECT" }