wiregui/wiregui/utils
Stefano Bertelli 9aa58fbf22
All checks were successful
Dev / docker (push) Successful in 1m56s
fix: client config uses DB settings instead of only env vars
build_client_config was reading defaults (allowed IPs, DNS, endpoint,
MTU, keepalive) from env vars only, ignoring the values set in the
admin Settings page. Now reads from the Configuration DB table first,
falling back to env vars when no DB config exists.
2026-03-31 00:17:29 -05:00
..
__init__.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
crypto.py fix: pure Python keypair generation, no wg CLI dependency 2026-03-30 23:11:58 -05:00
network.py fix: O(1) IP allocation instead of materializing entire network 2026-03-30 23:43:59 -05:00
server_key.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
time.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
wg_conf.py fix: client config uses DB settings instead of only env vars 2026-03-31 00:17:29 -05:00