Advertisement
flaviolopes

Untitled

Oct 20th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. for ips in lista:
  2.     os.system('iptables -A FORWARD -p tcp -d 192.168.66.0/24 -s' + " " + ips + " " + '--dport 80 -j DROP')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement