summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-03 10:13:46 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-03 10:53:42 +0200
commitc3318fb386096170282e831eb3b616a5a7e9dda8 (patch)
tree0367fdad43a02da49b278f38db9b8e15d3de908a /CHANGES.md
parent5e05784cab953b0e24609398106dd33da7738d21 (diff)
Revert "All: Remove ProxyGuard integration"
This partially reverts commit 6b939462fb1064abd42e8cb8316700ec844172ea. It keeps the proxyguard functions but leaves GetConfig alone. E.g. no WireGuard config replacing and querying is happening for ProxyGuard. Needed for the Linux client as I have not found a good way to have a daemon with NetworkManager integration
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f659aab..29b9061 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,7 @@
- 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`
+* API:
- 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)