mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
isc-dhcp: update to 4.3.3. Migrate from oldplackages
Signed-off-by: Antony Antony <antony@phenome.org>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# dhcpd.conf
|
||||
|
||||
authoritative;
|
||||
|
||||
default-lease-time 3600;
|
||||
max-lease-time 86400;
|
||||
|
||||
option domain-name-servers 192.168.1.1;
|
||||
|
||||
subnet 192.168.1.0 netmask 255.255.255.0 {
|
||||
range 192.168.1.10 192.168.1.50;
|
||||
option routers 192.168.1.1;
|
||||
}
|
||||
Reference in New Issue
Block a user