윈도우에서는 GoodByeDPI 라는 프로그램으로 한방에 해결됩니다만..
리눅스에서는 약간의 삽질이 필요합니다. 아래 링크의 맨 마지막 내용을 참고하시면 됩니다.
https://github.com/farukuzun/notsodeep
cd /tmp git clone https://github.com/farukuzun/notsodeep.git cd notsodeep make cd .. sudo su cp -R notsodeep /opt cp /opt/notsodeep/notsodeep.service /etc/systemd/system/ systemctl enable notsodeep.service iptables -A INPUT -p tcp --tcp-flags SYN,ACK SYN,ACK --sport 443 -j NFQUEUE --queue-num 200 --queue-bypass iptables -t raw -I PREROUTING -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -j NFQUEUE --queue-num 200 --queue-bypass iptables-save > /etc/iptables/iptables.rules systemctl enable iptables systemctl start iptables systemctl start notsodeep.service
https://reqrypt.org/reqrypt.html