aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2013-03-08 14:51:13 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-03-09 22:18:41 +0200
commite516d40ffb333a7b9f0e0cb561daf41518ef36f3 (patch)
treeef1f7240f51ca300d8af144690b602ac7fedd17a
parent2f489cc65e7b57d9ee5a222ef821cd8016cfbfff (diff)
downloadawall-e516d40ffb333a7b9f0e0cb561daf41518ef36f3.tar.bz2
awall-e516d40ffb333a7b9f0e0cb561daf41518ef36f3.tar.xz
awall/json: define service tftpv0.3.1
-rw-r--r--json/services.json3
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 }
}
}