aboutsummaryrefslogtreecommitdiff
path: root/templates/ferm_chain_header.conf.epp
blob: b8c444c85351d5675ed2c99762c231776de07ebe (plain)
1
2
3
4
5
6
7
8
<%- | Ferm::Policies $policy,
| -%>
# Default policy for this chain
policy <%= $policy %>;

# connection tracking
mod state state INVALID DROP;
mod state state (ESTABLISHED RELATED) ACCEPT;