diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2013-03-08 14:51:13 +0200 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2013-03-09 22:18:41 +0200 |
commit | e516d40ffb333a7b9f0e0cb561daf41518ef36f3 (patch) | |
tree | ef1f7240f51ca300d8af144690b602ac7fedd17a | |
parent | 2f489cc65e7b57d9ee5a222ef821cd8016cfbfff (diff) | |
download | awall-e516d40ffb333a7b9f0e0cb561daf41518ef36f3.tar.bz2 awall-e516d40ffb333a7b9f0e0cb561daf41518ef36f3.tar.xz |
awall/json: define service tftpv0.3.1
-rw-r--r-- | json/services.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/services.json b/json/services.json index 4570528..32ae9fa 100644 --- a/json/services.json +++ b/json/services.json @@ -101,6 +101,7 @@ "snmp": { "proto": "udp", "port": 161 }, "snmp-trap": { "proto": "udp", "port": 162 }, "ssh": { "proto": "tcp", "port": 22 }, - "syslog": { "proto": "udp", "port": 514 } + "syslog": { "proto": "udp", "port": 514 }, + "tftp": { "proto": "udp", "port": 69 } } } |