Browse Source

Add missing newline and filter

master
Thomas Chevalier 4 years ago
parent
commit
faa30aefa6
  1. 4
      ulogd.conf

4
ulogd.conf

@ -28,7 +28,7 @@ stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,mac2str1:HWHDR,print1:PR
# Conntrack logging # Conntrack logging
stack=ct1:NFCT,ip2str1:IP2STR,printflow1:PRINTFLOW,json2:JSON stack=ct1:NFCT,ip2str1:IP2STR,printflow1:PRINTFLOW,json2:JSON
stack=ct1:NFCT,ip2bin1:IP2BIN,pgsql1:PGSQL stack=ct1:NFCT,ip2str1:IP2STR,pgsql1:PGSQL
[log1] [log1]
# netlink multicast group (the same as the iptables --nflog-group param) # netlink multicast group (the same as the iptables --nflog-group param)
@ -68,4 +68,4 @@ user="root"
table="ulog2_ct" table="ulog2_ct"
pass="CHANGE_ME" pass="CHANGE_ME"
procedure="INSERT_OR_REPLACE_CT" procedure="INSERT_OR_REPLACE_CT"
connstring="dbname=ulog user=root password=CHANGE_ME" connstring="dbname=ulog user=root password=CHANGE_ME"

Loading…
Cancel
Save