]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_cap_divert.conf
1 # Enable the traffic capture module "mod_cap_divert.so" using Divert-sockets
2 <Module cap_divert>
3    # Port for traffic
4    # Parameter: optional
5    # Value: 1 ... 65535
6    # Default: 15701
7    Port = 15701
8
9    # Disable packet forwarding
10    # Parameter: optional
11    # Value: yes, no
12    # Default: no
13    DisableForwarding = no
14 </Module>