# ################################################ ### Managed by someone's ansible provisioner ### ################################################ # Part of: https://git.somenet.org/root/pub/somesible.git # 2017-2024 by someone # # dhcpd minimalistic config. Assuming Server's IPv4: 172.20.0.254 # authoritative; log-facility local7; default-lease-time 18000; max-lease-time 21600; ddns-update-style none; subnet 172.20.0.0 netmask 255.255.0.0 { range 172.20.1.1 172.20.1.254; option routers 172.20.0.254; option domain-name-servers 172.20.0.22; option ntp-servers 172.20.0.254; }