mirror of
https://github.com/linuxserver/docker-wireguard.git
synced 2026-02-20 05:45:43 +08:00
Merge pull request #293 from linuxserver/dns-fix
This commit is contained in:
commit
a93fc45348
@ -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…
x
Reference in New Issue
Block a user