tlu/salt/states/dnsmasq/files/local.cfg.jinja
Jonas Forsberg aca7ff130f .
2021-09-24 08:09:59 +02:00

13 lines
408 B
Django/Jinja

except-interface={{ pillar['network']['interface']['external'] }}
domain-needed
bogus-priv
enable-tftp
tftp-root=/srv/tftpboot
dhcp-match=set:efi-x86_64,option:client-arch,7
dhcp-match=set:efi-x86_64,option:client-arch,9
dhcp-match=set:efi-x86,option:client-arch,6
dhcp-match=set:bios,option:client-arch,0
dhcp-boot=tag:efi-x86_64,bootx64.efi
dhcp-boot=tag:efi-x86,syslinux.efi
dhcp-boot=tag:bios,pxelinux.0