Wireguard manager with Telegram integration
.env example:
TOKEN=123456789:ABCDEFG # tg bot token
ADMIN=123456789 # your tg idClone repository and installing dependencies:
git clone https://github.com/TheK4n/wireguard-manager.git
cd wireguard-manager
make init
wg-manager init
make tg # initialize tg botwg-manager add "client_name" # Adds client and shows qrcodewg-manager ls # Clients listwg-manager get "client_name" # Shows client qrcodewg-manager rm "client_name" # Removes client