# These are the custom files that can be used to inject rules during loading. Please don't change them # unless you have a good reason. # To allow variable propagation/change and some creative changes of rules that I haven't tought of, # these files are sourced into the main file during setup of the order of chains. $V4CUSTPREFIX="${FWPREFIX}/ipv4/" $v4_Custom_Pre="$V4CUSTPREFIX/prerun.sh" $v4_Custom_Trust="$V4CUSTPREFIX/trusted.sh" $v4_Custom_EasyBlock="$V4CUSTPREFIX/easyblock.sh" $v4_Custom_Filter="$V4CUSTPREFIX/filter.sh" $v4_Custom_NAT="$V4CUSTPREFIX/nat.sh" $v4_Custom_PortFw="$V4CUSTPREFIX/portfw.sh" $v4_Custom_Post="$V4CUSTPREFIX/postrun.sh"