jgee090

Results 1 comments of jgee090

Had the same issue, this worked for me ``` sudo apt install iptables-persistent -y sudo iptables -F sudo iptables -A INPUT -p tcp --tcp-flags ALL NONE -j DROP sudo iptables...