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