Initial commit for creating core dns image
This commit is contained in:
11
dhcp-reservations.conf
Normal file
11
dhcp-reservations.conf
Normal 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)
|
||||
#
|
Reference in New Issue
Block a user