summaryrefslogtreecommitdiff
path: root/net-analyzer/nfdump/files/nfcapd.confd
blob: 28ea35fd074194c77718395c5e7c62650512b5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#shellcheck shell=sh
#shellcheck disable=SC2034

#port number to listen on
#PORT="2055"

#maximum size of collected files
#MAX_SIZE="1G"

#enable sending of all received packets to specified address
#REPEAT_TO="192.168.1.1/60062"