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 --- internal/wireguard/ini/ini.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/wireguard/ini/ini.go b/internal/wireguard/ini/ini.go index 46c6f8b..c7eb971 100644 --- a/internal/wireguard/ini/ini.go +++ b/internal/wireguard/ini/ini.go @@ -53,7 +53,7 @@ type Section struct { keys OrderedKeys } -// KeyValue gets a value for key `key` +// keyValue gets a value for key `key` // It returns an error if the key does not exist func (sec *Section) keyValue(key string) (string, error) { if v, ok := sec.keyValues[key]; ok { -- cgit v1.2.3