wg-quick dns fix
This resolves wg-quick not starting when a dns is specified.
This commit is contained in:
@@ -483,7 +483,8 @@ install_wireguard() {
|
|||||||
wget -P /tmp/ https://github.com/Devsfy/wiregui/releases/download/1.8.1/wiregui_1.8.1_amd64.deb
|
wget -P /tmp/ https://github.com/Devsfy/wiregui/releases/download/1.8.1/wiregui_1.8.1_amd64.deb
|
||||||
apt install -y /tmp/wiregui_1.8.1_amd64.deb
|
apt install -y /tmp/wiregui_1.8.1_amd64.deb
|
||||||
rm /tmp/wiregui_1.8.1_amd64.deb
|
rm /tmp/wiregui_1.8.1_amd64.deb
|
||||||
|
# Fix dns issues
|
||||||
|
ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
|
||||||
echo -n "Done. Press enter to continue ... "
|
echo -n "Done. Press enter to continue ... "
|
||||||
read response
|
read response
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user