mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
feat: default enable unified-delay & tcp-concurrent with use meta core
This commit is contained in:
parent
71a23a4e02
commit
eafb0274a7
|
@ -30,6 +30,10 @@ impl IClashTemp {
|
||||||
map.insert("mode".into(), "rule".into());
|
map.insert("mode".into(), "rule".into());
|
||||||
map.insert("external-controller".into(), "127.0.0.1:9090".into());
|
map.insert("external-controller".into(), "127.0.0.1:9090".into());
|
||||||
map.insert("secret".into(), "".into());
|
map.insert("secret".into(), "".into());
|
||||||
|
#[cfg(feature = "default-meta")]
|
||||||
|
map.insert("unified-delay".into(), true.into());
|
||||||
|
#[cfg(feature = "default-meta")]
|
||||||
|
map.insert("tcp-concurrent".into(), true.into());
|
||||||
|
|
||||||
Self(map)
|
Self(map)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user