We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad253d commit 4951f20Copy full SHA for 4951f20
1 file changed
root/etc/s6-overlay/s6-rc.d/init-wireguard-confs/run
@@ -194,6 +194,10 @@ if [[ ! -f /config/coredns/Corefile ]]; then
194
cp /defaults/Corefile /config/coredns/Corefile
195
fi
196
197
+# Fix openresolv bug - Upstream fix in v3.17.3
198
+resolvconf -a control 2>/dev/null < /etc/resolv.conf
199
+resolvconf -u
200
+
201
# permissions
202
lsiown -R abc:abc \
203
/config
0 commit comments