From 99c5fdd138e351d28b98d2eee2f69d211dfe8d8c Mon Sep 17 00:00:00 2001 From: Anton Z Date: Fri, 18 Oct 2024 21:20:45 +0300 Subject: [PATCH] openai --- proxy.pac | 2 ++ 1 file changed, 2 insertions(+) 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"}