diff --git a/README.md b/README.md index 7fb8540..1f2344a 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ # Wireguard-Peer-Manager + +Adds Wireguard peers to config, reload it and send client config back via Telegram. +**FYI: That tool stores client private keys into server config as comments.** +How to use: + +```shell +# create initial wg config or use your own. +# P.S. Keep in mind that WPM can't manage peers created my hands +# due to absence of client private key. +$ cd /etc/wireguard && mkdir clients +$ cat > wg0.conf < python3 bot.py +``` +