Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
  2. -A INPUT -p tcp -m state --state NEW -m tcp --dport 443 -j ACCEPT
  3. -A INPUT -p tcp -m state --state NEW -m tcp --dport 21 -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement