aboutsummaryrefslogtreecommitdiff
path: root/templates/ferm.conf.epp
blob: 42a44be952376dac7e10553324064531e9c99d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# End custom section

domain (ip ip6) table filter {
  chain INPUT {
    interface lo ACCEPT;
    @include '/etc/ferm.d/chains/INPUT.conf';
  }

  chain OUTPUT {
    @include '/etc/ferm.d/chains/OUTPUT.conf';
  }

  chain FORWARD {
    @include '/etc/ferm.d/chains/FORWARD.conf';
  }
}