Update README.md
Note about dns
This commit is contained in:
parent
62ce30c050
commit
f3b8071139
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue