@KatsugariMisatocodex reconnect/ claude retry 问题求助 中发帖

Codex 主进程 
→ TUN
→ 日本 IEPL 3
→ chatgpt.com / ab.chatgpt.com
→ TCP 443 长连接不稳定
使用花云的节点,开了TUN模式,没有开系统代理,zshrc配置如下:
unset ALL_PROXY all_proxy

export HTTP_PROXY=http://127.0.0.1:7897
export HTTPS_PROXY=http://127.0.0.1:7897
export http_proxy=http://127.0.0.1:7897
export https_proxy=http://127.0.0.1:7897

export NO_PROXY=localhost,127.0.0.1,::1
export no_proxy=localhost,127.0.0.1,::1

用的都是官方的claud...