diff options
-rw-r--r-- | dhcp_wizard/scripts/dhcpd.conf.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcp_wizard/scripts/dhcpd.conf.default b/dhcp_wizard/scripts/dhcpd.conf.default index e9729c41..58e5ab35 100644 --- a/dhcp_wizard/scripts/dhcpd.conf.default +++ b/dhcp_wizard/scripts/dhcpd.conf.default @@ -2,7 +2,6 @@ # replace __ip__ by the IP adress of the server (same server for # all services in this config file) -server-identifier __hname__; default-lease-time 36000; max-lease-time 144000; ddns-update-style ad-hoc; |