mirror of
https://github.com/house-of-vanity/Wireguard-Peer-Manager.git
synced 2025-07-07 01:34:08 +00:00
Merge
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
# Wireguard-Peer-Manager
|
# Wireguard-Peer-Manager
|
||||||
|

|
||||||
|
|
||||||
Adds Wireguard peers to config, reload it and send client config back via Telegram.
|
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.**
|
**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:
|
How to use:
|
||||||
|
|
||||||
@ -32,4 +34,7 @@ $ python3 gen.py --update # just regenerate all configs in `clients/`
|
|||||||
# Telegram bot usage
|
# Telegram bot usage
|
||||||
$ TG_TOKEN=1292121488:AAG... TG_ADMIN=<your_username> python3 bot.py
|
$ TG_TOKEN=1292121488:AAG... TG_ADMIN=<your_username> python3 bot.py
|
||||||
```
|
```
|
||||||
|
Telegram Messages
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
wgconfig==0.2.2
|
wgconfig==0.2.2
|
||||||
python-telegram-bot==13.4
|
python-telegram-bot==13.4
|
||||||
|
PyNaCl==1.4.0
|
||||||
|
Reference in New Issue
Block a user