diff --git a/proxy.pac b/proxy.pac index f0842d5..c253efc 100644 --- a/proxy.pac +++ b/proxy.pac @@ -55,6 +55,8 @@ else //chatgpt if ((shExpMatch(host, "chatgpt.com")) || + (shExpMatch(host, "openai.com")) || + (shExpMatch(host, "*.openai.com")) || (shExpMatch(host, "*.chatgpt.com"))) { return "SOCKS5 proxy.vm:1080"}