diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2014-03-07 12:39:03 +0200 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-03-07 12:39:03 +0200 |
commit | 91cc4094b0efa724a2012dc955424082707ecd17 (patch) | |
tree | 96b014ab0160c97faa1dac223e44fdf4b57c8627 | |
parent | a12bd0c0110bd4d77ae195522555ca75805a5cfc (diff) | |
download | awall-91cc4094b0efa724a2012dc955424082707ecd17.tar.bz2 awall-91cc4094b0efa724a2012dc955424082707ecd17.tar.xz |
awall/json: define telnet service
-rw-r--r-- | json/services.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index 1eef980..f913a1f 100644 --- a/json/services.json +++ b/json/services.json @@ -109,6 +109,7 @@ "ssh": { "proto": "tcp", "port": 22 }, "submission": { "proto": "tcp", "port": 587 }, "syslog": { "proto": "udp", "port": 514 }, + "telnet": { "proto": "tcp", "port": 23 }, "tftp": { "proto": "udp", "port": 69 }, "vnc": { "proto": "tcp", "port": 5900 } } |