]> 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>
Mon, 4 Mar 2024 18:48:36 +0000 (19:48 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index fb4f9426b52b30b833ce790bc438617a4180ffe1..fe9f5afdf82fd0c3ddd187a878454f85c0722f59 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]"