Files
netbird/client/net/dialer_init_darwin.go

6 lines
82 B
Go

package net
func (d *Dialer) init() {
d.Dialer.Control = applyBoundIfToSocket
}