summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-06-07 07:11:28 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-06-07 07:11:28 +0200
commit638cc0bd1fd3e9d726e95c4dee8723d40ebff407 (patch)
tree1a85cb14448f136acf7c9296899d2223d5b88c79
parentff9711d3d89dda49641e9ccc66515fb4b2301312 (diff)
downloaddyndhcpd-638cc0bd1fd3e9d726e95c4dee8723d40ebff407.tar.gz
dyndhcpd-638cc0bd1fd3e9d726e95c4dee8723d40ebff407.tar.zst
add a comment about __MINHOST__ for routers
-rw-r--r--dhcpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpd.conf b/dhcpd.conf
index 2a7884e..7bf5bf8 100644
--- a/dhcpd.conf
+++ b/dhcpd.conf
@@ -14,6 +14,7 @@ allow bootp;
subnet __NETADDRESS__ netmask __NETMASK__ {
option broadcast-address __BROADCAST__;
option routers __ADDRESS__;
+ #option routers __MINHOST__;
option domain-name-servers __ADDRESS__;
option time-servers __ADDRESS__;