From c3318fb386096170282e831eb3b616a5a7e9dda8 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Wed, 3 Sep 2025 10:13:46 +0200 Subject: 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 --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8fe68c4..dea4a59 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module codeberg.org/eduVPN/eduvpn-common go 1.23.4 require ( + codeberg.org/eduVPN/proxyguard v0.0.0-20250814100601-abc5db189743 github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 github.com/jwijenbergh/eduoauth-go v1.1.2 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c -- cgit v1.2.3