aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/conf.d/kompott.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dhcp/conf.d/kompott.conf')
-rw-r--r--examples/dhcp/conf.d/kompott.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/dhcp/conf.d/kompott.conf b/examples/dhcp/conf.d/kompott.conf
deleted file mode 100644
index 6096841..0000000
--- a/examples/dhcp/conf.d/kompott.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-zone kompott.tg14.gathering.org {
- primary 127.0.0.1;
- key DHCP_UPDATER;
-}
-
-subnet 151.216.228.64 netmask 255.255.255.192 {
- authoritative;
- option routers 151.216.228.65;
- option domain-name "kompott.tg14.gathering.org";
- ddns-domainname "kompott.tg14.gathering.org";
- range 151.216.228.69 151.216.228.126;
- ignore client-updates;
-}
-