|
|
@ -1,4 +1,4 @@
|
|
|
|
# wireguide
|
|
|
|
# WireGUIde
|
|
|
|
WireGUIde is a graphical user interface for WireGuard: https://www.wireguard.com/
|
|
|
|
WireGUIde is a graphical user interface for WireGuard: https://www.wireguard.com/
|
|
|
|
|
|
|
|
|
|
|
|
It makes use of:
|
|
|
|
It makes use of:
|
|
|
@ -14,3 +14,8 @@ For packaging a debian package you can use these dependencies:
|
|
|
|
Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs:
|
|
|
|
Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs:
|
|
|
|
* http://zetcode.com/wxpython/dialogs/
|
|
|
|
* http://zetcode.com/wxpython/dialogs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##Usage
|
|
|
|
|
|
|
|
sudo apt get install libnm0 wxpython gir1.2-nm-1.0
|
|
|
|
|
|
|
|
git clone https://github.com/mickenordin/wireguide.git
|
|
|
|
|
|
|
|
cd wireguide/
|
|
|
|
|
|
|
|
./wireguide
|
|
|
|