document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/bin/sh
  2. iptables-restore < /etc/iptables.rules
  3. exit 0
');