From: Giuseppe Longo Date: Tue, 1 Aug 2023 19:24:28 +0000 (+0200) Subject: suricata.yaml: define SIP_PORTS X-Git-Tag: suricata-8.0.0-beta1~1707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add95002b98cef76e89468df3ebaba5944daad46;p=thirdparty%2Fsuricata.git suricata.yaml: define SIP_PORTS --- diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index db9040aedc..8a39bf29b1 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -2455,6 +2455,7 @@ address, you should enter 'any'. SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521 SSH_PORTS: 22 + SIP_PORTS: "[5060, 5061]" .. _host-os-policy: diff --git a/suricata.yaml.in b/suricata.yaml.in index 97a7e1318e..a6d91b27d4 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -50,6 +50,7 @@ vars: GENEVE_PORTS: 6081 VXLAN_PORTS: 4789 TEREDO_PORTS: 3544 + SIP_PORTS: "[5060, 5061]" ## ## Step 2: Select outputs to enable