chore: Change default TUN stack from 'mixed' to 'gvisor' (#2967)

This commit is contained in:
Christine. 2025-03-12 21:45:14 +08:00 committed by GitHub
parent 692deb6012
commit c73927c5ba

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(), "mixed".into());
tun.insert("stack".into(), "gvisor".into());
tun.insert("auto-route".into(), true.into());
tun.insert("strict-route".into(), false.into());
tun.insert("auto-detect-interface".into(), true.into());