aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
authorLeonardo <rnalrd_at_gmail.com>2012-07-24 14:59:22 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-08-08 16:41:59 +0300
commite89b17ba0582d200870d4f242813aca2a59cee84 (patch)
tree45ad4157fd8a69333bdee119f9a18c2f26190d5a /json
parent27b861fc1c9245e5a43a7b1f04ba10abb773e356 (diff)
downloadawall-e89b17ba0582d200870d4f242813aca2a59cee84.tar.bz2
awall-e89b17ba0582d200870d4f242813aca2a59cee84.tar.xz
services: add imap and imaps
Diffstat (limited to 'json')
-rw-r--r--json/services.json2
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 ] }