mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 18:26:41 +00:00
Feature/exit nodes - Windows and macOS support (#1726)
This commit is contained in:
6
util/net/dialer_nonlinux.go
Normal file
6
util/net/dialer_nonlinux.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build !linux || android
|
||||
|
||||
package net
|
||||
|
||||
func (d *Dialer) init() {
|
||||
}
|
||||
Reference in New Issue
Block a user