diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2015-03-21 14:47:53 +0100 |
commit | 630f90f91cb5ef32d432314c9934a8ec5c3c7b05 (patch) | |
tree | 8c78ea7fc3324fa9039986649691cc52fabce162 /examples/dhcp/conf.d/clientcam.conf | |
parent | 071dd2c070e219005d103f7efbbbc9c36b5d25c9 (diff) |
Restructure folders.
Diffstat (limited to 'examples/dhcp/conf.d/clientcam.conf')
-rw-r--r-- | examples/dhcp/conf.d/clientcam.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/dhcp/conf.d/clientcam.conf b/examples/dhcp/conf.d/clientcam.conf deleted file mode 100644 index b8011f9..0000000 --- a/examples/dhcp/conf.d/clientcam.conf +++ /dev/null @@ -1,15 +0,0 @@ -zone clientcam.tg14.gathering.org { - primary 127.0.0.1; - key DHCP_UPDATER; -} - -subnet 151.216.234.0 netmask 255.255.255.0 { - authoritative; - option routers 151.216.234.1; - option domain-name "clientcam.tg14.gathering.org"; - ddns-domainname "clientcam.tg14.gathering.org"; - range 151.216.234.5 151.216.234.254; - ignore client-updates; -} - -host southcam { hardware ethernet 00:02:d1:27:60:34; fixed-address 151.216.252.23; } |