mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 01:23:22 +01:00
c590518e0c
Support exit node on Android. With the protect socket function, we mark every connection that should be used out of VPN.
7 lines
60 B
Go
7 lines
60 B
Go
//go:build !linux
|
|
|
|
package net
|
|
|
|
func (d *Dialer) init() {
|
|
}
|