mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
Merge pull request #113 from cytopia/DVL-012-fix-dns-forwarder
DVL-012 #112 Fixes wrong docker-compose var for BIND
This commit is contained in:
commit
e8975ec92c
@ -50,7 +50,7 @@ services:
|
||||
##
|
||||
- WILDCARD_DOMAIN=${TLD_SUFFIX:-loc}
|
||||
- WILDCARD_ADDRESS=172.16.238.11
|
||||
- BIND_DNS_RESOLVER=${BIND_DNS_RESOLVER:-8.8.8.8,8.8.4.4}
|
||||
- DNS_FORWARDER=${BIND_DNS_RESOLVER:-8.8.8.8,8.8.4.4}
|
||||
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user