initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
11
etc/dnsmasq.d/local.conf
Normal file
11
etc/dnsmasq.d/local.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# /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
|
||||
Loading…
Add table
Add a link
Reference in a new issue