Initial commit for creating core dns image

This commit is contained in:
2023-01-26 06:27:17 +00:00
parent 7db856db57
commit 061591808d
6 changed files with 116 additions and 0 deletions

11
dhcp-reservations.conf Normal file
View File

@@ -0,0 +1,11 @@
# file: dhcp-reservations.conf
# description: This file is for setting DHCP reservations (static DHCP entries)
# Set DHCP Reservations Here
# Reservations follow the format below, and the IP address does not need to fall
# within one of the ranges you've defined in your dnsmasq.conf, it must only be
# valid for the specified network.
#
# dhcp-host=<mac_address>,<ip_address>,<hostname>,<leasetime>
# (you can use 'infinite' for leasetime, or specify in hours like 12h)
#