diff options
author | Leonardo <rnalrd@gmail.com> | 2012-07-26 15:00:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-08-08 13:15:39 +0300 |
commit | 27b861fc1c9245e5a43a7b1f04ba10abb773e356 (patch) | |
tree | 498ff862c6475a6c847bb5e569752568bf9c4d96 /json | |
parent | b2c9e70c11e887c46584e571e834d7ac87e4c538 (diff) | |
download | awall-27b861fc1c9245e5a43a7b1f04ba10abb773e356.tar.bz2 awall-27b861fc1c9245e5a43a7b1f04ba10abb773e356.tar.xz |
awall/json: some well-known services addedv0.2.4
Diffstat (limited to 'json')
-rw-r--r-- | json/services.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index cc59392..bbe1224 100644 --- a/json/services.json +++ b/json/services.json @@ -7,6 +7,10 @@ { "proto": "tcp", "port": 53 } ], "dhcp": { "proto": "udp", "port": [ 67, 68 ] }, + "epmap": [ + { "proto": "tcp", "port": 135 }, + { "proto": "udp", "port": 135 } + ], "gre": { "proto": "gre" }, "http": { "proto": "tcp", "port": 80 }, "http-alt": { "proto": "tcp", "port": 8080 }, @@ -18,6 +22,22 @@ { "proto": "udp", "port": [ 500, 4500 ] } ], "irc": { "proto": "tcp", "port": 6667 }, + "kerberos": [ + { "proto": "tcp", "port": 88 }, + { "proto": "udp", "port": 88 } + ], + "ldap": [ + { "proto": "tcp", "port": 389 }, + { "proto": "udp", "port": 389 } + ], + "microsoft-ds": [ + { "proto": "tcp", "port": 445 }, + { "proto": "udp", "port": 445 } + ], + "netbios-ssn": [ + { "proto": "tcp", "port": 139 }, + { "proto": "udp", "port": 139 } + ], "ntp": { "proto": "udp", "port": 123 }, "pgsql": { "proto": "tcp", "port": 5432 }, "ping": [ |