1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2026-01-18 20:31:34 +01:00

Merge pull request #28 from JacobHenner/master

Removing sed regression which breaks config, fixes #27
This commit is contained in:
Frank Denis 2016-10-02 09:27:17 +02:00 committed by GitHub
commit 2448031c2e

@ -26,7 +26,7 @@ sed \
-e "s/@PROVIDER_NAME@/${provider_name}/" \
-e "s/@RR_CACHE_SIZE@/${rr_cache_size}/" \
-e "s/@THREADS@/${threads}/" \
-e "s/@ZONES_DIR@/${ZONES_DIR}" \
-e "s#@ZONES_DIR@#${ZONES_DIR}#" \
> /opt/unbound/etc/unbound/unbound.conf << EOT
server:
verbosity: 1