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
|
ipv4_address: 172.20.0.7
|
||||||
volumes:
|
volumes:
|
||||||
- "$PWD/unbound/forward-records.conf:/opt/unbound/etc/unbound/forward-records.conf"
|
- "$PWD/unbound/forward-records.conf:/opt/unbound/etc/unbound/forward-records.conf"
|
||||||
|
- "$PWD/unbound/resolv.conf:/etc/resolv.conf"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
restart: always
|
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