suricata.yaml: define SIP_PORTS

pull/10522/head
Giuseppe Longo 2 years ago committed by Victor Julien
parent 9c9b1a4230
commit add95002b9

@ -2455,6 +2455,7 @@ address, you should enter 'any'.
SHELLCODE_PORTS: "!80" SHELLCODE_PORTS: "!80"
ORACLE_PORTS: 1521 ORACLE_PORTS: 1521
SSH_PORTS: 22 SSH_PORTS: 22
SIP_PORTS: "[5060, 5061]"
.. _host-os-policy: .. _host-os-policy:

@ -50,6 +50,7 @@ vars:
GENEVE_PORTS: 6081 GENEVE_PORTS: 6081
VXLAN_PORTS: 4789 VXLAN_PORTS: 4789
TEREDO_PORTS: 3544 TEREDO_PORTS: 3544
SIP_PORTS: "[5060, 5061]"
## ##
## Step 2: Select outputs to enable ## Step 2: Select outputs to enable

Loading…
Cancel
Save