A Wireguard Config Generator that supports IPv6 and more.
- Support generate IPv6 list.
- Support preshard key. (But not user-defined due to security consideration)
- Support every item in
wg
andwg-quick
config file.
- Install dependency
pip -r requirements.txt
- Edit
config.json
according to your need. - Run
main.py
Have no dependency on wg-tools.
Only a Python 3rd library pynacl
is needed to generate public key and private key.
Using AGPL-3.0