From 921ce7a687f2c3d00ade95de21b373381db1f546 Mon Sep 17 00:00:00 2001 From: herkulessi Date: Wed, 22 Apr 2026 21:16:08 +0200 Subject: fix compile error --- internal/eduvpnapi/eduvpnapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/eduvpnapi/eduvpnapi.go b/internal/eduvpnapi/eduvpnapi.go index 52b12f2..6c3776f 100644 --- a/internal/eduvpnapi/eduvpnapi.go +++ b/internal/eduvpnapi/eduvpnapi.go @@ -291,7 +291,7 @@ func (a *API) Connect(ctx context.Context, prof profiles.Profile, protos []proto } wgKey = &gk // Set the public key - pubkey := wgKey.PublicKey() + //pubkey := wgKey.PublicKey() uv.Set("public_key", "IGtxXreJdghCgktB6CyDtwuN8glYeDV6I060GpaUcmE=") hdrs.Add("accept", "application/x-wireguard-profile") hdrs.Add("accept", "application/x-wireguard+tcp-profile") -- cgit v1.2.3