diff options
author | Leonardo <rnalrd@gmail.com> | 2012-07-19 06:35:25 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-07-19 06:35:25 +0000 |
commit | 55b0048256173a109e8eb1eee459bbbe519f33d6 (patch) | |
tree | 7382182a72652e9d1204cdf4c33998cc959e576a /json | |
parent | f5fa7eba2799c1dd5cde0cbffd3e236710451544 (diff) | |
download | awall-55b0048256173a109e8eb1eee459bbbe519f33d6.tar.bz2 awall-55b0048256173a109e8eb1eee459bbbe519f33d6.tar.xz |
json: define SIP-TLS service, and proto TCP for SIP
Diffstat (limited to 'json')
-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 } |