]> git.stg.codes - stg.git/blobdiff - stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_cap_divert.conf
diff --git a/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf b/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf
new file mode 100644 (file)
index 0000000..acd15e0
--- /dev/null
@@ -0,0 +1,14 @@
+# Enable the traffic capture module "mod_cap_divert.so" using Divert-sockets
+<Module cap_divert>
+   # Port for traffic
+   # Parameter: optional
+   # Value: 1 ... 65535
+   # Default: 15701
+   Port = 15701
+
+   # Disable packet forwarding
+   # Parameter: optional
+   # Value: yes, no
+   # Default: no
+   DisableForwarding = no
+</Module>