]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/mod_cap_nf.conf
Removed \r and spaces at the EOL in config files
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / mod_cap_nf.conf
index 97e38fb69064145d3255534d2bedd12f3d9ea7b0..f3cbc40c644e95d4ad5f7b0a6918aa971e1dc994 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
+    # 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
-</Module>
-
+    # Default: 9996
+    UDPPort = 9996
+</Module>
\ No newline at end of file