Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
## [1.1.0] - 2025-06-05 ### Added - autodetect ipv6 address of WAN for client configs ### Fixed - 'proto' option in client config - update pyproject.toml to please pip
## [1.0.0] - 2024-05-23 ### Added - add info regarding current connections per client certificate ### Changed - build project using hatchling - dependencies updates
[0.8.0] - 2021-11-26 Changed: - migrate network config from old OpenWrt 19.07 syntax to new OpenWrt 21.02 syntax
[0.7.0] - 2021-08-05 Added: - add hook to reload openvpn server settings
[0.6.4] - 2021-04-01 Changed: * speed up generating of dhparam file * set topology "subnet" instead of "net30" (default, but for legacy clients only) * cleanup in tests fixtures
0.6.3 (2020-11-11) ------------------ * return certificate name within get_client_config api call * generate dhparam with turris-cagen instead of using separate dhparam * python2 code cleanup
0.6.2 (2019-10-10) ------------------ * fix router ip address autodetection * tests: refactoring
0.6.1 (2019-08-12) ------------------ * use ipaddress module instead of foris_controller_utils.IPv4 and remove IPv4
0.6 (2018-02-11) ---------------- * compress logic update * setup.py: making dependencies paho-mqtt and ubus optional * python2 deprecation * ca ready fix
0.5.1 (2018-11-30) ------------------ * setup.py: cleanup + PEP508 updated