diff --git a/pkg/core/connection.go b/pkg/core/connection.go index 1055c381..2c3f2196 100644 --- a/pkg/core/connection.go +++ b/pkg/core/connection.go @@ -96,7 +96,7 @@ func (c *Connection) SetRemoteAddr(s string) { if c.RemoteAddr == "" { c.RemoteAddr = s } else { - c.RemoteAddr += " forward " + c.RemoteAddr + c.RemoteAddr += " forwarded " + s } }