From 3e76d39df9782c9c3cd41ea020147042ec5c4d0d Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 29 May 2025 21:03:50 +0500 Subject: [PATCH] Fix chatGPT --- configure_zaprets.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure_zaprets.sh b/configure_zaprets.sh index 62e906e..36f9813 100644 --- a/configure_zaprets.sh +++ b/configure_zaprets.sh @@ -265,11 +265,11 @@ uci commit dhcp echo "Add unblock ChatGPT..." -checkAndAddDomainPermanentName "chatgpt.com" "94.131.119.85" -checkAndAddDomainPermanentName "openai.com" "94.131.119.85" -checkAndAddDomainPermanentName "webrtc.chatgpt.com" "94.131.119.85" -checkAndAddDomainPermanentName "ios.chat.openai.com" "94.131.119.85" -checkAndAddDomainPermanentName "searchgpt.com" "94.131.119.85" +checkAndAddDomainPermanentName "chatgpt.com" "83.220.169.155" +checkAndAddDomainPermanentName "openai.com" "83.220.169.155" +checkAndAddDomainPermanentName "webrtc.chatgpt.com" "83.220.169.155" +checkAndAddDomainPermanentName "ios.chat.openai.com" "83.220.169.155" +checkAndAddDomainPermanentName "searchgpt.com" "83.220.169.155" nameRule="option name 'Block_UDP_443'" str=$(grep -i "$nameRule" /etc/config/firewall)