chore: set tun default stack

This commit is contained in:
wonfen
2024-11-28 04:22:13 +08:00
parent 59c52199e3
commit ebe0cfbb0c
3 changed files with 11 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ impl IClashTemp {
let mut map = Mapping::new();
let mut tun = Mapping::new();
tun.insert("enable".into(), false.into());
tun.insert("stack".into(), "gvisor".into());
tun.insert("stack".into(), "mixed".into());
tun.insert("auto-route".into(), true.into());
tun.insert("strict-route".into(), false.into());
tun.insert("auto-detect-interface".into(), true.into());