sh4run

Results 13 comments of sh4run

If possible, you guys may try a simple trick: - setup an ssh tunnel over your existing proxy protocol - running another proxy protocol (like ss or snell) over this...

@maerz22 Actually I wrote that piece and your understanding is correct. It is a 3-layer hierarchy: ss over ssh-tunnel over vmess/vless/or-whatever. This might not be easy for android/iphone users though.

@maerz22 not "ssh -D", but "ssh -L". And you need an SS server installed on your remote vps. A reference can be found [here](https://github.com/sh4run/scripts-configs#ssh-tunnel-over-sss).

The 2-layer(ssh over vless) is actually a 3-layer (socks5 over ssh over vless). Only both socks5 and ssh are provided by a single program "ssh". The major difference is, whether...

You are right. It is my misunderstanding.

Please allow me to chime in. My understanding about active probing is, active probes are likely indications that this IP(server) is being watched. The key point to pass through national...

I started from this article. Then I came out an idea to filter out incoming connections based on IP geolocation. I added it into Shadowsocks and brought it online (https://github.com/sh4run/sss#ip-geolocation-based-filtering)....

Thanks both for your comments. @database64128, I haven't got a chance to study Shadowsocks2022 yet. I think this IP Geolocation based filtering doesn't contradict to Shadowsocks2022. This feature may enforce...

@dev4u 谢谢分享。为了抵抗封锁,大家也是绞尽脑汁,各显神通 :-) > @dev4u Counterpoint: The censor can also block the port when the actual traffic does not match probing results. For example, the traffic over a Shadowsocks TCP...

Some update: my testbed is blocked by GFW today. It seems there is a grand operation today. I didn't find any leaked probes in the log. So it appears to...