diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 13:18:53 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-05-06 13:25:50 +0200 |
| commit | d3d9641e5b85c0b153f459652a0b436dfd81d086 (patch) | |
| tree | a44d7c137176db22bc1648c4295ae77cb1f50538 | |
| parent | 6b939462fb1064abd42e8cb8316700ec844172ea (diff) | |
Changes: Update
| -rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # Unreleased * Upload Release script: - Escape changelog newlines +* Lint: + - lint use staticcheck instead of stylecheck with golangci-lint +* ProxyGuard functionality removed, this is implemented inside of the eduVPN clients separately either using a wireguard fork or a daemon in case of linux + - Removed function: `NewProxyguard`, `ProxyguardTunnel`, `ProxyguardRestart`, `ProxyguardPeerIPs` + - The `Configuration` type no longer returns proxy information, in case of ProxyGuard the `ProxyEndpoint` in the INI config is filled in as returned by the eduVPN server # 3.0.0 (2025-03-21) * Dependencies: Update |
