changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > etc / dnsmasq.conf

changeset 8: 9d962d355197
parent: 0c85895d4e27
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 20 Aug 2024 21:19:10 -0400
permissions: -rw-r--r--
description: addy caddy service unit
1 # Configuration file for dnsmasq.
2 #
3 # Format is one option per line, legal options are the same
4 # as the long options legal on the command line. See
5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
6 
7 cache-size=1000
8 conf-file=/usr/share/dnsmasq/trust-anchors.conf
9 dnssec
10 no-resolv
11 server=1.1.1.1
12 server=8.8.8.8
13 local=/lab/
14 domain=lab
15 expand-hosts
16 bind-interfaces
17 interface=vpn0
18 dhcp-option=3,0.0.0.0
19 dhcp-option=6,0.0.0.0
20 #dhcp-host=
21 #dhcp-host=88.44.22
22 enable-tftp
23 tftp-root=/srv/tftp
24 dhcp-boot=lpxelinux.0
25 pxe-service=x86PC,"PXELINUX (BIOS)",bios/lpxelinux
26 pxe-service=X86-64_EFI,"PXELINUX (EFI)",efi64/syslinux.efi