docs.rs failed to build wg-tui-0.1.14
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wg-tui-0.3.2
wg-tui
A terminal user interface for managing WireGuard VPN tunnels.
Features
- List and manage WireGuard tunnels
- Start/stop tunnels with a single keypress
- View tunnel details (peers, endpoints, transfer statistics)
- Import tunnels from
.conffiles - Export all tunnels to a zip archive
- Delete tunnels
Requirements
- Linux
- WireGuard tools (
wg,wg-quick) ipcommand (iproute2)- Root privileges (the application will prompt for sudo if needed)
Installation
With Cargo
For Linux
|
Usage
Keybindings
| Key | Action |
|---|---|
j / Down |
Move selection down |
k / Up |
Move selection up |
Enter / Space |
Toggle tunnel (start/stop) |
d |
Toggle details panel |
a |
Add/import tunnel |
e |
Export all tunnels to zip |
x |
Delete selected tunnel |
r |
Refresh tunnel list |
g |
Jump to first tunnel |
G |
Jump to last tunnel |
? |
Show help |
q / Esc |
Quit |
License
MIT License - see LICENSE for details.