From d7a931bbbef46bfeb9fc3843d449de65e8d5af15 Mon Sep 17 00:00:00 2001 From: Ain Ghazal <99027643+ainghazal@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:23:58 +0100 Subject: [PATCH] Update internal/model/config.go Co-authored-by: Simone Basso --- internal/model/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/model/config.go b/internal/model/config.go index 39f91b1..b31cd67 100644 --- a/internal/model/config.go +++ b/internal/model/config.go @@ -83,7 +83,7 @@ func (c *Config) Tracer() HandshakeTracer { return c.tracer } -// Remote has info about the OpenVPNRemote. +// Remote has info about the OpenVPN remote. type Remote struct { IPAddr string AddrPort string