From b914707e06f807b4e57f1c1fa0ffcf903347b013 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Thu, 6 May 2021 08:30:51 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ee6540..737970a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Wireguard-Peer-Manager +![image](https://user-images.githubusercontent.com/4666566/117325184-56f7f800-ae45-11eb-9003-b85aadbf5ff0.png) Adds Wireguard peers to config, reload it and send client config back via Telegram. From 54d74a2fe96cc1c14e4b599283536a364f25b975 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Thu, 6 May 2021 08:58:05 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 737970a..e622e6b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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.** +Is a good idea to update https://github.com/house-of-vanity/Wireguard-Peer-Manager/blob/b914707e06f807b4e57f1c1fa0ffcf903347b013/gen.py#L89 How to use: From 49a409a1dd99a6d1b9d49507c45dd0147aeb43cd Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Thu, 6 May 2021 09:14:05 -0700 Subject: [PATCH 3/4] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 967500f..9654b62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ wgconfig==0.2.2 python-telegram-bot==13.4 +PyNaCl==1.4.0 From afa9df2287fed329bd92c4c638db2f2fe453b977 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Thu, 6 May 2021 14:53:43 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e622e6b..44c96ee 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,7 @@ $ python3 gen.py --update # just regenerate all configs in `clients/` # Telegram bot usage $ TG_TOKEN=1292121488:AAG... TG_ADMIN= python3 bot.py ``` +Telegram Messages + +![image](https://user-images.githubusercontent.com/4666566/117370133-cc31f000-ae7a-11eb-93fd-a390d2616da8.png)