File: rules.filter.in

package info (click to toggle)
filtergen 0.12.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,924 kB
  • sloc: sh: 5,485; ansic: 4,268; yacc: 692; lex: 362; makefile: 165
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# @sysconfdir@/rules.filter

# Please read @pkgexdir@/*.filter for
# more comprehensive filter examples.

# allow all traffic on the loopback interface
{input lo; output lo } accept;

# allow all traffic on eth0
{input eth0; output eth0 } accept;