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