]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/mod_cap_nf.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / mod_cap_nf.conf
index 97e38fb69064145d3255534d2bedd12f3d9ea7b0..948674cacafc68583f527bcd604d17cc2077f7e8 100644 (file)
@@ -1,17 +1,16 @@
 # Enable the traffic capture module "mod_cap_ipq.so" using NetFlow protocol
-<Module cap_nf>    
+<Module cap_nf>
     # Port for TCP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65534
-    # Default: 9997
-    #TCPPort = 9997
+    # Value: 1 ... 65535
+    # Default: 9996
+    #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65536
-    # Default: 9997
-    UDPPort = 9997
+    # Value: 1 ... 65535
+    # Default: 9996
+    UDPPort = 9996
 </Module>
-