#######################################
# Created by API - Please Do NOT Edit #
#######################################

# IPv4 Custom Firewall Rules
#===========================

if [ "$FW_PROTO" == "ipv4" ]; then true
fi

# IPv6 Custom Firewall Rules
#===========================

if [ "$FW_PROTO" == "ipv6" ]; then true
fi
