File: rules.filter

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 (9 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
# /etc/filtergen/rules.filter
# Please read /usr/share/doc/filtergen/examples/* 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;