systems/etc/dnsmasq.d/local.conf
2024-03-20 11:16:48 -05:00

11 lines
214 B
Text

# /etc/dnsmasq.d/local.conf
#
# some distros will require you to uncomment in /etc/dnsmasq.conf:
# conf-dir=/etc/dnsmasq.d
listen-address=127.0.0.1
no-resolv
no-poll
server=8.8.8.8
server=1.1.1.1
server=9.9.9.10