om2mo

Results 5 comments of om2mo

你的逻辑有问题,既然透明代理了,还要指定IP走代理?

> @paulgao 请问,有什么进展么? > @paulgao Hello, 请问是否有进展? 可以用但不一定全,https://github.com/zfl9/chinadns-ng/blob/master/chnroute6.ipset

pkill v2ray-plugin then restart ss

The problem is that v2ray-plugin may reside in memory ``` [Unit] Description=Shadowsocks-libev Server After=network.target [Service] Type=simple pkill v2ray-plugin ExecStart=/usr/local/bin/ss-server -c /etc/shadowsocks-libev/config.json -u Restart=on-abort [Install] WantedBy=multi-user.target ``` Or to make it...

可以用xray/v2ray作为hysteria2前端,负责dns解析分流。hy2纯代理作用。 xray client ``` "outbounds":[ { "tag":"Proxy", "protocol": "socks", "settings": { "servers": [ { "address": "127.0.0.1", "port": 1080 } ] } } ``` hy2 client ``` server: ··· socks5: listen:...