]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_divert.conf
Move projects back into subfolder.
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_cap_divert.conf
index 81246c7b343f28372acafee52865b57c4a439a21..acd15e0712975bcd61abb6ba811bebe33fe970bd 100644 (file)
@@ -1,6 +1,14 @@
-# Модуль захвата трафика "mod_cap_divert.so"
-# Для захвата трафика используются Divert-сокеты
+# Enable the traffic capture module "mod_cap_divert.so" using Divert-sockets
 <Module cap_divert>
-    # Порт для получения трафика
-    #Port = 15701
+   # 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>