Merge pull request #293 from linuxserver/dns-fix

pull/302/head
Adam 10 months ago committed by GitHub
commit a93fc45348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,7 +184,8 @@ else
echo "**** No client conf found. Provide your own client conf as \"/config/wg0.conf\" and restart the container. ****"
sleep infinity
fi
printf %s "${USE_COREDNS,,:-false}" > /run/s6/container_environment/USE_COREDNS
USE_COREDNS="${USE_COREDNS,,}"
printf %s "${USE_COREDNS:-false}" > /run/s6/container_environment/USE_COREDNS
fi
# set up CoreDNS

Loading…
Cancel
Save