1
1
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:
Frank Denis 2019-12-11 16:20:55 +01:00
parent 33ac5b4ad6
commit a246506150
2 changed files with 2 additions and 1 deletions

@ -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.