mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +01:00
Copy and use undelegated.txt
This commit is contained in:
parent
33ac5b4ad6
commit
a246506150
@ -61,6 +61,7 @@ RUN mkdir -p \
|
|||||||
/etc/service/watchdog
|
/etc/service/watchdog
|
||||||
|
|
||||||
COPY encrypted-dns.toml.in /opt/encrypted-dns/etc/
|
COPY encrypted-dns.toml.in /opt/encrypted-dns/etc/
|
||||||
|
COPY undelegated.txt /opt/encrypted-dns/etc/
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ key_cache_capacity = 10000
|
|||||||
## but will never resolve to anything. The server will immediately return a
|
## but will never resolve to anything. The server will immediately return a
|
||||||
## synthesized NXDOMAIN response instead of hitting root servers.
|
## synthesized NXDOMAIN response instead of hitting root servers.
|
||||||
|
|
||||||
# undelegated_list = "/etc/undelegated.txt"
|
undelegated_list = "/opt/encrypted-dns/etc/undelegated.txt"
|
||||||
|
|
||||||
|
|
||||||
## Ignore A and AAAA queries for unqualified host names.
|
## Ignore A and AAAA queries for unqualified host names.
|
||||||
|
Loading…
Reference in New Issue
Block a user