mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-23 00:23:36 +01:00
891ba277b1
Initial modification to support mobile client Export necessary interfaces for Android framework
7 lines
201 B
Go
7 lines
201 B
Go
package iface
|
|
|
|
// GetInterfaceGUIDString returns an interface GUID. This is useful on Windows only
|
|
func (w *WGIface) GetInterfaceGUIDString() (string, error) {
|
|
return w.tun.getInterfaceGUIDString()
|
|
}
|