Fix coredns env logic

pull/293/head
TheSpad 10 months ago
parent 76125cd4ca
commit 3bcd753894
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

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