mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
Implement dummy RemoteAddr on client conn
This commit is contained in:
@@ -31,6 +31,7 @@ func Dial(address string) (net.Conn, error) {
|
||||
if resp.Body != nil {
|
||||
_ = resp.Body.Close()
|
||||
}
|
||||
|
||||
conn := NewConn(wsConn)
|
||||
return conn, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user