fkeles

ubuntu-enable-http-80

Oct 3rd, 2023
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | Source Code | 0 0
  1. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
  2. sudo netfilter-persistent save
Add Comment
Please, Sign In to add comment