]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf
Merge branch 'stg-2.409-radius'
[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 ... 65535
7     # Default: 9996
8     #TCPPort = 9996
9
10     # Port for UDP connections
11     # Note: Parameters TCPPort and UDPPort can be equal
12     # Parameter: optional
13     # Value: 1 ... 65535
14     # Default: 9996
15     UDPPort = 9996
16 </Module>