diff options
Diffstat (limited to 'json/services.json')
-rw-r--r-- | json/services.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index bbe1224..18323e5 100644 --- a/json/services.json +++ b/json/services.json @@ -17,6 +17,8 @@ "https": { "proto": "tcp", "port": 443 }, "icmp": { "proto": "icmp" }, "igmp": { "proto": "igmp" }, + "imap": { "proto": "tcp", "port": 143 }, + "imaps": { "proto": "tcp", "port": 993 }, "ipsec": [ { "proto": "esp" }, { "proto": "udp", "port": [ 500, 4500 ] } |