mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-24 03:31:28 +02:00
Typo fix
This commit is contained in:
parent
f7e6aa9b8f
commit
4f890ff712
@ -19,7 +19,7 @@ func Dial(address string) (net.Conn, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
url := fmt.Sprintf("ws://%s:%d"+addr.IP.String(), addr.Port)
|
url := fmt.Sprintf("ws://%s:%d", addr.IP.String(), addr.Port)
|
||||||
opts := &websocket.DialOptions{
|
opts := &websocket.DialOptions{
|
||||||
Host: hostName,
|
Host: hostName,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user