You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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.
-
- $V6CUSTPREFIX="${FWPREFIX}/ipv6/"
-
- $v6_Custom_Pre="$V6CUSTPREFIX/prerun.sh"
- $v6_Custom_Trust="$V6CUSTPREFIX/trusted.sh"
- $v6_Custom_EasyBlock="$V6CUSTPREFIX/easyblock.sh"
- $v6_Custom_Filter="$V6CUSTPREFIX/filter.sh"
- $v6_Custom_NAT="$V6CUSTPREFIX/nat.sh"
- $v6_Custom_PortFw="$V6CUSTPREFIX/portfw.sh"
- $v6_Custom_Post="$V6CUSTPREFIX/postrun.sh"
|