리눅스에서의 HTTPS 접속제한 우회 및 컴퓨터 인터넷 접속댓수 제한 회피

   조회 18906   추천 0    

윈도우에서는 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
엠브리오 2019-03
이런것도 있다는데 설치해보진 않았습니다.

https://reqrypt.org/reqrypt.html
멜타돗 2019-03
좋은 정보 감사합니다.
허인구마틴 2020-05
놀랍습니다.


제목Page 13/28
2019-07   14745   분노의다운힐
2019-06   15976   김준연
2019-06   20694   제온프로
2019-06   19757   김준연
2019-06   17055   박문형
2019-06   15215   김준연
2019-06   15435   김준연
2019-05   32618   스캔l민현기
2019-05   11584   Midabo
2019-05   11341   eugeneshin
2019-05   11144   eugeneshin
2019-05   11775   chobo
2019-05   14442   RuBisCO
2019-04   31558   간장게장
2019-04   15974   김황중
2019-05   10542   녹야산
2019-04   11635   모스월드
2019-04   27594   프로시아
2019-03   24195   삼육공야드
2019-03   18907   엠브리오