#---------------------------------------------------------------------------- # /etc/rc.d/fwrules.ipv6.post.stunnel # # Last Update: $Id$ # # This script automatically configure the IPv6 packet filter such that # incoming stunnel connections are accepted. A manual packet filter # configuration in config/ipv6.txt is therefore not necessary. #---------------------------------------------------------------------------- if [ "$OPT_STUNNEL" = "yes" ] then add_chain6 in-stunnel-ports add_rule6 filter INPUT 'in-stunnel-ports' "stunnel access" add_chain6 out-stunnel-ports add_rule6 filter OUTPUT 'out-stunnel-ports' "stunnel access" fi