openwrt-packages/net/wg-installer
Huangbin Zhan 94d57346fc treewide: add missing conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-10-27 23:18:42 -07:00
..
common wg-installer: add wg-installer 2021-02-06 22:41:29 +01:00
wg-client wg-installer: add link-local to client interface 2021-03-06 11:16:38 +01:00
wg-server wg-installer: delete old interfaces 2021-03-14 11:27:07 +01:00
Makefile treewide: add missing conffiles 2021-10-27 23:18:42 -07:00
README.md wg-installer: add babeld hotplug.d script 2021-02-08 11:38:36 +01:00

README.md

Wireguard Installer

This tool can be used to automatically create wireguard tunnels. Using rpcd a new wireguard interface is created on the server where the client can connect to.

Installation

For Server

opkg install wireguard-installer-server

For Client

opkg install wireguard-installer-client

Wiregurad server automatically installs a user and associated ACL to use the wireguard-installer-server features. The user is called wginstaller and so is the password.

Usage

Get Usage Statistics

wg-client-installer get_usage --ip 127.0.0.1 --user wginstaller --password wginstaller

Register Tunnel Interface

wg-client-installer register --ip 127.0.0.1 --user wginstaller --password wginstaller --bandwidth 10

Hotplugs

  • wg-installer-server-hotplug-babeld: mesh automatically via wireguard with babeld