mirror of https://github.com/UnnoTed/wireguird
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
Icon | 2 years ago | |
deb | 2 years ago | |
flags | 3 years ago | |
gui | 2 years ago | |
static | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
deps.sh | 3 months ago | |
fileb0x.toml | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
install.sh | 2 years ago | |
main.go | 2 years ago | |
package.sh | 1 year ago | |
preview.png | 2 years ago | |
run.sh | 3 years ago | |
wireguird.glade | 2 years ago |
README.md
wireguird
a linux gtk gui client for Wireguard
Features:
- 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
throughwg-quick
Preview (video)
Download
Ubuntu
tested on: 18.04 LTS
, 20.04 LTS
and 21.04
Compile
dependencies: wireguard-tools libgtk-3-dev libappindicator3-dev
git clone https://github.com/UnnoTed/wireguird
cd wireguird
./deps.sh
./package.sh
./install.sh