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
Build and Push Docker Images / build-and-push (push) Successful in 20s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user