检测ip是否解锁chat-gpt

检测ip是否解锁chat-gpt

经过Debian系统和Ubuntu系统都测试成功 1脚本
wget -O chat.sh https://raw.githubusercontent.com/Netflixxp/chatGPT/main/chat.sh && chmod +x chat.sh && clear && ./chat.sh
or 2脚本(支持IPv6)
## 2选一,其中一个是cdn加速
bash <(curl -Ls https://cpp.li/openai)
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)