From fc56f8770923ec1997444a8318a18be0a8397520 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 21 Mar 2022 14:58:58 +0100 Subject: Wireguard: Add basic support --- src/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.go') diff --git a/src/state.go b/src/state.go index 272bbc6..582dd5a 100644 --- a/src/state.go +++ b/src/state.go @@ -2,7 +2,7 @@ package eduvpn type VPNState struct { // Info passed by the client - Name string + Name string // The chosen server Server *Server -- cgit v1.2.3