群晖内软路由 192.168.27.96(OpenWrt + v2ray 透明代理)已可连通,但未开放 SOCKS/HTTP 代理端口。小五(OpenClaw 沙箱容器)无权限改自己的网关,无法直接利用透明代理访问 Google 等被墙站点。
在软路由 v2ray 配置中增加 SOCKS5 入站:
"socks": { "listen": "0.0.0.0", "port": 1080 }
curl -x socks5://192.168.27.96:1080 https://www.google.com
No dependencies set.
The note is not visible to the blocked user.
背景
群晖内软路由 192.168.27.96(OpenWrt + v2ray 透明代理)已可连通,但未开放 SOCKS/HTTP 代理端口。小五(OpenClaw 沙箱容器)无权限改自己的网关,无法直接利用透明代理访问 Google 等被墙站点。
待办
在软路由 v2ray 配置中增加 SOCKS5 入站:
验收标准
curl -x socks5://192.168.27.96:1080 https://www.google.com返回 200备注