a day ago 在WSL中不开tun使用antigravity cli🌐 链接: https://linux.do/t/topic/2268711🔍 关键词: #codex🏷️ 分组: LinuxDo论坛🕒 时间: 2026-05-29 16:44:48 LINUX DO 在WSL中不开tun使用antigravity cli 参考了大佬的帖子: antigravity cli 在WSL中不开tun使用,以及解决每次都要登录验证 感觉graftcp-local配置有些繁琐了,于是找到了cproxy,但是这个程序只支持本地代理,于是fork了一份加了一层bridge,能够转化协议让程序走宿主机windows的代理,理论上支持http/socks。 使用很简单: # 依赖 需要wsl系统安装iptables apt update apt install iptables # 下载 https://github.com/fi…