Update README.md

This commit is contained in:
Arash Hatami 2022-09-25 12:40:46 +03:30 committed by GitHub
parent 114b4135b5
commit c63c7b3a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# WireGuard config generator
This script will generate tunnel config files for WireGuard.
This simple script will generate tunnel config files for WireGuard.
## How to use
@ -85,6 +85,8 @@ AllowedIPs = 1.2.3.4/32, 5.6.7.8/32, ...
PersistentKeepalive = <PERSISTENT_KEEPALIVE>
```
Now, you can import all generated configs in WireGuard.
---
## Support 💛