]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf
Configuration files translated into english
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_cap_nf.conf
1 # Enable the traffic capture module "mod_cap_ipq.so" using NetFlow protocol
2 <Module cap_nf>    
3     # Port for TCP connections
4     # Note: Parameters TCPPort and UDPPort can be equal
5     # Parameter: optional
6     # Value: 1 ... 65534
7     # Default: 9997
8     #TCPPort = 9997
9
10     # Port for UDP connections
11     # Note: Parameters TCPPort and UDPPort can be equal
12     # Parameter: optional
13     # Value: 1 ... 65536
14     # Default: 9997
15     UDPPort = 9997
16 </Module>
17