1
0
mirror of https://git.libreschool.org/paspo/brasatore.git synced 2024-11-21 21:58:44 +00:00
brasatore/roles/pxeserver/templates/dnsmasq/dhcp
2023-10-27 12:34:26 +02:00

6 lines
183 B
Plaintext

dhcp-range={{ dhcp_start }},{{ dhcp_end }},4h
dhcp-option=option:router,{{ lan_ip }}
dhcp-option=option:dns-server,{{ lan_ip }}
dhcp-option=42,{{ lan_ip }}
dhcp-authoritative
log-dhcp