mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 08:46:38 +00:00
Fix review issues
This commit is contained in:
@@ -162,7 +162,7 @@ func (s *SharedSocket) LocalAddr() net.Addr {
|
||||
}
|
||||
if s.conn6 != nil {
|
||||
return &net.UDPAddr{
|
||||
IP: net.IPv6zero,
|
||||
IP: net.IPv6unspecified,
|
||||
Port: s.port,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user