add dnsmasq

This commit is contained in:
Alfonso Gamboa
2022-06-21 13:22:41 -07:00
parent 8812ec8541
commit f5ed108c62
4 changed files with 22 additions and 0 deletions

BIN
SD_ROOT/wz_mini/bin/dnsmasq Executable file

Binary file not shown.

View File

@@ -0,0 +1,15 @@
listen-address=127.0.0.1
port=53
bind-interfaces
user=root
group=root
pid-file=/var/run/dnsmasq.pid
domain-needed
bogus-priv
dns-forward-max=150
cache-size=1000
neg-ttl=3600
no-poll
resolv-file=/opt/wz_mini/etc/resolv.dnsmasq
#log-facility=-
#log-queries

View File

@@ -0,0 +1,4 @@
#List your desired upstream dns servers here
#nameserver 8.8.8.8
#nameserver 8.8.4.4