diff options
-rw-r--r-- | json/services.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/json/services.json b/json/services.json index ab098e5..2ee5436 100644 --- a/json/services.json +++ b/json/services.json @@ -22,7 +22,14 @@ { "proto": "icmp", "type": 8 }, { "proto": "icmpv6", "type": 128 } ], - "sip": { "proto": "udp", "port": 5060 }, + "sip": [ + { "proto": "udp", "port": 5060 }, + { "proto": "tcp", "port": 5060 } + ], + "sip-tls": [ + { "proto": "udp", "port": 5061 }, + { "proto": "tcp", "port": 5061 } + ], "smtp": { "proto": "tcp", "port": 25 }, "snmp": { "proto": "udp", "port": 161 }, "ssh": { "proto": "tcp", "port": 22 } |