Android Support (#166)

1. Add vpnservice tauri plugin for android.
2. add workflow for android.
3. Easytier Core support android, allow set tun fd.
This commit is contained in:
Sijie.Sun
2024-07-15 00:03:55 +08:00
committed by GitHub
parent 4938e3ed2b
commit 858ade2eee
113 changed files with 3847 additions and 537 deletions

View File

@@ -1,5 +1,6 @@
use crate::common::PeerId;
#[cfg(target_os = "linux")]
mod three_node;
pub fn get_guest_veth_name(net_ns: &str) -> &str {