diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2012-06-13 10:09:49 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-06-13 10:09:49 +0300 |
commit | 93ae7948db5ccc70795fa4e9346bd9dffb110f24 (patch) | |
tree | 478605a65b3687022dce7f72980d39403fc1fc23 /json | |
parent | 9223d0abde8b39d75d5460a1b578061f6d3cc29b (diff) | |
download | awall-93ae7948db5ccc70795fa4e9346bd9dffb110f24.tar.bz2 awall-93ae7948db5ccc70795fa4e9346bd9dffb110f24.tar.xz |
add dhcp service
Diffstat (limited to 'json')
-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 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 }, |