@Grant9062 在 singbox怎么转发shadowsocks 中发帖
平常用韩国的直连鸡A上网,但有些网站不让韩国机访问。我打算分流这些网站,以ss的方式转发,通过另一台vps访问。两台vps上的singbox配置如下:
VPS A
{
"log": {
"level": "info",
"timestamp": true
},
"dns": {},
"inbounds": [
{
"type": "socks",
"tag": "socks-in-hy2",# VPS A用的hysteria2的原版客户端,所有hy2流量通过socks转发到本机的sb 1234端口,再由sb统一管理。
"listen": "127.0.0.1",
"listen_port": 1234,
...