Add missing newline and filter

This commit is contained in:
Thomas Chevalier 2022-06-21 22:38:19 +02:00
parent 40fdc45445
commit faa30aefa6

View file

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