1
0
mirror of https://git.libreschool.org/paspo/brasatore.git synced 2025-11-05 04:46:25 +00:00
Files
brasatore/roles/pxeserver/templates/dnsmasq/dhcp
2023-10-26 21:15:51 +02:00

5 lines
155 B
Plaintext

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