Differences
This shows you the differences between two versions of the page.
— |
public:gfw_resistant_tunneling_tool [2018/12/31 03:34] (current) fangfufu created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== GFW resistant tunneling tools ====== | ||
+ | These projects require detailed knowledge of network programming. | ||
+ | ==== Protocol-imitating tool ==== | ||
+ | * Wrap your tunnel protocol behind HTTP request. HTTP request seems to go faster. | ||
+ | |||
+ | ==== Multithread tunneling tool ==== | ||
+ | * De-multiplexing a VPN connection | ||
+ | * You would need to sort out out-of-order packet. | ||
+ | * Enable resend. |