adding dns resolution to dns server
This commit is contained in:
parent
cc70abdd60
commit
8594a3b1b9
@ -37,6 +37,7 @@ services:
|
||||
ipv4_address: 172.20.0.7
|
||||
volumes:
|
||||
- "$PWD/unbound/forward-records.conf:/opt/unbound/etc/unbound/forward-records.conf"
|
||||
- "$PWD/unbound/resolv.conf:/etc/resolv.conf"
|
||||
healthcheck:
|
||||
disable: true
|
||||
restart: always
|
||||
|
3
unbound/resolv.conf
Normal file
3
unbound/resolv.conf
Normal file
@ -0,0 +1,3 @@
|
||||
nameserver 127.0.0.1
|
||||
nameserver 9.9.9.9
|
||||
nameserver 9.9.9.11
|
Loading…
Reference in New Issue
Block a user