aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
authorJeremy Thomerson <jeremy@thomersonfamily.com>2012-06-13 10:09:49 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-06-13 10:09:49 +0300
commit93ae7948db5ccc70795fa4e9346bd9dffb110f24 (patch)
tree478605a65b3687022dce7f72980d39403fc1fc23 /json
parent9223d0abde8b39d75d5460a1b578061f6d3cc29b (diff)
downloadawall-93ae7948db5ccc70795fa4e9346bd9dffb110f24.tar.bz2
awall-93ae7948db5ccc70795fa4e9346bd9dffb110f24.tar.xz
add dhcp service
Diffstat (limited to 'json')
-rw-r--r--json/services.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/json/services.json b/json/services.json
index ff1e82b..ab098e5 100644
--- a/json/services.json
+++ b/json/services.json
@@ -1,11 +1,12 @@
{
"service": {
- "babel": { "proto": "tcp", "port": 6697 },
+ "babel": { "proto": "tcp", "port": 6697 },
"bgp": { "proto": "tcp", "port": 179 },
"dns": [
{ "proto": "udp", "port": 53 },
{ "proto": "tcp", "port": 53 }
],
+ "dhcp": { "proto": "udp", "port": [ 67, 68 ] },
"gre": { "proto": "gre" },
"http": { "proto": "tcp", "port": 80 },
"https": { "proto": "tcp", "port": 443 },