Add internal dns container
This commit is contained in:
7
ansible/roles/docker/files/dnsmasq/dnsmasq.conf
Normal file
7
ansible/roles/docker/files/dnsmasq/dnsmasq.conf
Normal file
@ -0,0 +1,7 @@
|
||||
bogus-priv
|
||||
keep-in-foreground
|
||||
server=1.1.1.1
|
||||
server=1.0.0.1
|
||||
port=53
|
||||
expand-hosts
|
||||
addn-hosts=/etc/dnsmasq-hosts.conf
|
Reference in New Issue
Block a user