#!/bin/bash #Copyright 2004 William Stearns #Released under the GPL #Automatically generated by Modwall, http://www.stearns.org/modwall/ #Note that this module depends on system specific configuration #so your output will differ. #==== Brick specific help ==== # The local-output-accept module is for locally defined rules of OUTPUT traffic #that is to be accepted. /usr/bin/sudo /sbin/iptables -N local-output-accept /usr/bin/sudo /sbin/iptables -A OUTPUT -j local-output-accept