Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. iptables -P INPUT ACCEPT
  2. iptables -A INPUT -p tcp --dport 79 -j DROP
  3. iptables -A INPUT -s 127.0.0.1/32 -p tcp -—dport 79 -j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement