No description
Find a file
Kumi b7656a46be
fix(config): handle missing wireguard keys gracefully
Switch to `config.get` for retrieving Wireguard keys to safely handle cases where keys might not be present in the configuration. This change prevents potential crashes due to missing keys and ensures that defaults are generated as needed.
2024-07-18 18:00:20 +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 fix(config): handle missing wireguard keys gracefully 2024-07-18 18:00:20 +02:00