--:----:--Keyboard shortcuts (?)Fullscreen (f)

How to Neutralize HTTPS SNI DPI w/ one iptables line in South Korea.

by leoh0
GNU/Linux ◆ xterm-color ◆ bash 2697 views

You need to build and install tcp window resize module of iptables[1].

sudo modprobe xt_TCPWIN

sudo iptables -t mangle -I INPUT 1 -p tcp -m tcp –sport 443 –tcp-flags SYN,ACK SYN,ACK -j TCPWIN –tcpwin-set 200

[1] https://github.com/p5n/ipt_tcpwin