Skip to content

Commit

Permalink
Update internal/model/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
ainghazal and bassosimone authored Feb 13, 2024
1 parent b37696b commit d7a931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a931b

Please sign in to comment.