Library for working with wireguard configs.
Project description
neowg
ВАЖНО, БИБЛИОТЕКА РАБОТАЕТ ТОЛЬКО СО СВОИМ ФОРМАТОМ КОНФИГОВ
Установка
pip install neowg
Примеры использования:
Создание нового конфига
from neowg import WgServerConfig
config = WgServerConfig.new(
server_ip="<YOUR_WG_SERVER_IP>",
net_adapter="<YOUR_WG_SERVER_NET_ADAPTER>",
clients_count=100,
) # Создание объекта конфига
config.dump("wg.conf") # Запись конфига в файл
Чтение конфига из файла.
from neowg import WgServerConfig
config = WgServerConfig.from_file("wg.conf") # Создание объекта конфига
Изменения пары ключей
from neowg import WgServerConfig
config = WgServerConfig.from_file("wg.conf") # Создание объекта конфига
config.update_keys("10.0.0.2")
config.dump("wg.conf")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neowg-1.1.0.tar.gz
(4.4 kB
view details)
Built Distribution
neowg-1.1.0-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file neowg-1.1.0.tar.gz
.
File metadata
- Download URL: neowg-1.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f94000f209a2debaeb1c6f4fe72acacfa07b59491822a49f5ce586a0438622f |
|
MD5 | 3511ed4c6e1959c97d4815dcbf475d3e |
|
BLAKE2b-256 | ed27873f570fd42c09338d8b8bf1685aa13bf41ac6491f02600888cd4633ecc1 |
File details
Details for the file neowg-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: neowg-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbce5636e3088ed57cfa93e4adf1b4b4b1b2418e57828a11036f7734f4a7ebf1 |
|
MD5 | 99028ffa4f3917f24497002910f2835c |
|
BLAKE2b-256 | 6404efbe37816835741657196d3de8f4c57995e74dd86f43799000259b3c3db0 |