Remove WG_CONFIG_MAX_AGE environment variable and update README to reflect changes in WireGuard configuration handling. Refactor rotation logic in rotate.py to always generate a new keypair and simplify state management.
Build and Push Docker Images / build-and-push (push) Successful in 20s

This commit is contained in:
2026-08-14 21:19:35 +02:00
parent bc9d79de02
commit 6952789722
3 changed files with 5 additions and 95 deletions
@@ -23,7 +23,6 @@ ENV SERVERLIST_CACHE_MAX_AGE=168h
ENV TOKEN_CACHE_PATH=/config/cache/pia-token.json
ENV TOKEN_CACHE_TTL=20h
ENV PIA_CA_PATH=/config/cache/ca.rsa.4096.crt
ENV WG_CONFIG_MAX_AGE=7d
ENV LATENCY_SWITCH_MARGIN_MS=15
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]