mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-24 09:03:14 +01:00
1de3bb5420
Add netstack support for the agent to run it without privileges. - use interface for tun device - use common IPC for userspace WireGuard integration - move udpmux creation and sharedsock to tun layer
7 lines
134 B
Go
7 lines
134 B
Go
package iface
|
|
|
|
type MobileIFaceArguments struct {
|
|
TunAdapter TunAdapter // only for Android
|
|
TunFd int // only for iOS
|
|
}
|