mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-08-06 10:44:05 +00:00
add dnsmasq
This commit is contained in:
BIN
SD_ROOT/wz_mini/bin/dnsmasq
Executable file
BIN
SD_ROOT/wz_mini/bin/dnsmasq
Executable file
Binary file not shown.
15
SD_ROOT/wz_mini/etc/dnsmasq.conf
Normal file
15
SD_ROOT/wz_mini/etc/dnsmasq.conf
Normal 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
|
4
SD_ROOT/wz_mini/etc/resolv.dnsmasq
Normal file
4
SD_ROOT/wz_mini/etc/resolv.dnsmasq
Normal file
@@ -0,0 +1,4 @@
|
||||
#List your desired upstream dns servers here
|
||||
|
||||
#nameserver 8.8.8.8
|
||||
#nameserver 8.8.4.4
|
Reference in New Issue
Block a user