Commit graph

53 commits

Author SHA1 Message Date
danrl
090913c941 luci-app-wireguard: performance+ (less sys.exec calls)
Thanks to latest developments in wireguard-tools, we can now
fetch all data we need for display using a single sys.exec()
call instead of multiple ones. This application is now
significantly smaller and runs much faster.

Added Firewall Mark feature.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-27 15:25:11 +01:00
danrl
0279bd22b8 luci-app-wireguard: resolve meta package in depdencies
Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-21 08:59:32 +01:00
danrl
58833aa2df luci-app-wireguard: initial commit
This application allows for monitoring of WireGuard interfaces via the
Status menu.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-17 07:32:17 +01:00