No description
Find a file
Kumi 844d420439
feat(worker): add endpoint-only option for server config
Introduced a new `--endpoint-only` argument to the `run` function and CLI, which prints only the Wireguard endpoint (host:port) instead of the full peer configuration. This can be useful for quick access to the endpoint without needing the rest of the configuration details.
2024-07-18 18:05:42 +02:00
.gitignore feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
config.dist.ini feat(worker): allow manual config of Wireguard keys 2024-07-18 17:48:22 +02:00
requirements.txt feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
worker.py feat(worker): add endpoint-only option for server config 2024-07-18 18:05:42 +02:00