]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
IDS: Load suricata service ports yaml file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Jul 2022 12:32:12 +0000 (14:32 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Jul 2022 12:32:12 +0000 (14:32 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index 03a7a83afc1bc965a1f9b4c03a31199f05d51e6f..885dd54d16aa065a324902a2dc7bdc09462112ee 100644 (file)
@@ -33,6 +33,9 @@ vars:
     # Incluse HTTP_PORTS declaration from external file.
     include: /var/ipfire/suricata/suricata-http-ports.yaml
 
+    # Include services and their related ports declaration from external file.
+    include: /var/ipfire/suricata/suricata-service-ports.yaml
+
     SHELLCODE_PORTS: "!80"
     ORACLE_PORTS: 1521
     SSH_PORTS: "[22,222]"