]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: add some port variables
authorEric Leblond <eric@regit.org>
Tue, 20 Jun 2017 17:00:22 +0000 (19:00 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 26 Jun 2017 07:52:48 +0000 (09:52 +0200)
These variables are used by Talos ruleset and defining them allow
to get almost all rules of ruleset loaded.

suricata.yaml.in

index 990d46e20cfb7e858acb8e167e50870c6e3ba83d..9cff73b7a0a170abc210a9ff97aba4b4fe5ba20f 100644 (file)
@@ -41,6 +41,8 @@ vars:
     SSH_PORTS: 22
     DNP3_PORTS: 20000
     MODBUS_PORTS: 502
+    FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]"
+    FTP_PORTS: 21
 
 
 ##