-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, add icons, tunnel editor, buttons to add, delete…
… and zip tunnels.
- Loading branch information
Showing
29 changed files
with
1,206 additions
and
4,878 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
# wireguird | ||
|
||
unfinished, can connect and disconnect... only shows configs from /etc/wireguard/ (1 peer only), requires sudo (wg-quick and /etc/wireguard access), system tray icon goes red when connected, black when disconnected. | ||
##### a linux gtk gui client for [Wireguard](https://www.wireguard.com/) | ||
|
||
todo: | ||
________________ | ||
Features: | ||
|
||
- optional vpn country flag icon in system tray | ||
- log tab | ||
- edit config | ||
- add configs | ||
- delete configs | ||
- show errors | ||
- System tray icon goes red when connected, black when disconnected. | ||
- Looks the same and does almost the same things as the official Wireguard's Windows gui client. | ||
- Lists tunnels from `/etc/wireguard` | ||
- Controls Wireguard ~~*through*~~ `wg-quick` | ||
|
||
## preview (video) | ||
## Preview (video) | ||
|
||
[![wireguird preview](https://raw.githubusercontent.com/UnnoTed/wireguird/master/preview.jpg)](https://streamable.com/dpthpr) | ||
[![wireguird preview](https://raw.githubusercontent.com/UnnoTed/wireguird/master/preview.png)](https://streamable.com/dpthpr) | ||
|
||
## Download | ||
|
||
##### Ubuntu | ||
|
||
tested on: `18.04 LTS`, `20.04 LTS` and `21.04` | ||
|
||
[wireguird_amd64.deb (1.8mb)](https://github.com/UnnoTed/wireguird/releases/download/v0.2.0/wireguird_amd64.deb) | ||
|
||
## Compile | ||
|
||
dependencies: `wireguard-tools libgtk-3-dev libappindicator3-dev` | ||
|
||
```sh | ||
git clone https://github.com/UnnoTed/wireguird | ||
./deps.sh | ||
./package.sh | ||
./install.sh | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
wireguird (0.2) UNRELEASED; urgency=medium | ||
|
||
* Add new icons to look the same as the Wireguard client for Windows. | ||
* Add a button to Zip all tunnels into a single .zip file. | ||
* Add a button to delete tunnels. | ||
* Add a tunnel editor. | ||
|
||
-- unknown <unknown@unknown> Sat, 14 Aug 2021 18:33:37 +0100 | ||
|
||
wireguird (0.1) UNRELEASED; urgency=medium | ||
|
||
* Initial release. (Closes: #XXXXXX) | ||
* Initial release. | ||
|
||
-- unknown <unknown@unknown> Thu, 11 Feb 2021 01:36:25 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.