From 62ce30c050371e224cef989bcb6bf7bc6953df50 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sun, 29 Nov 2020 11:46:59 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ffc9f..61f13e7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can install using pip: sudo apt install python3-wxgtk4.0 network-manager pip install wireguide ``` -or you can download appimage: [WireGUIde-0.0.7.glibc2.32-x86_64.AppImage](https://github.com/mickenordin/wireguide/releases/download/0.0.7/WireGUIde-0.0.7.glibc2.32-x86_64.AppImage) +or you can download appimage: [WireGUIde-0.0.8.glibc2.32-x86_64.AppImage](https://github.com/mickenordin/wireguide/releases/download/0.0.8/WireGUIde-0.0.8.glibc2.32-x86_64.AppImage) ## Packaging ![pypi](https://img.shields.io/pypi/v/WireGUIde) From f3b80711394d0d262c9362a61270cb41c281eb68 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sun, 29 Nov 2020 15:09:34 +0100 Subject: [PATCH 2/2] Update README.md Note about dns --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61f13e7..2a2d398 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ For packaging a debian package you can use these dependencies: Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs: * http://zetcode.com/wxpython/dialogs/ +## Prerequisites +Make sure you are using resolvconf and systemd-resolvd otherwise NetworkManager might empty /etc/resolv.conf when you remove the last tunnel: +``` +sudo apt install resolvconf +sudo systemctl restart systemd-resolved.service +``` + ## Installation You can install using pip: ```