File: foomuuri.conf

package info (click to toggle)
foomuuri 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: python: 3,470; makefile: 112; sh: 39
file content (18 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
zone {
  localhost
  public
}

forward {
  # Log all packets using nflog group 3
  log "Forward-IPS" log_level "group 3"

  # Count all packets
  counter

  # Forward matching packets only
  iifname eth0 oifname eth1 queue

  # Forward all packets to userspace for IPS inspection
  queue flags fanout,bypass to 3-5
}