netbird/util/net/dialer_nonlinux.go
Zoltan Papp c590518e0c
Feature/exit node Android (#1916)
Support exit node on Android.
With the protect socket function, we mark every connection that should be used out of VPN.
2024-05-07 12:28:30 +02:00

7 lines
60 B
Go

//go:build !linux
package net
func (d *Dialer) init() {
}