mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 02:06:39 +00:00
6 lines
82 B
Go
6 lines
82 B
Go
package net
|
|
|
|
func (d *Dialer) init() {
|
|
d.Dialer.Control = applyBoundIfToSocket
|
|
}
|