chore: update

This commit is contained in:
huzibaca
2024-10-10 18:40:39 +08:00
parent 12db69407e
commit 82543de95e
3 changed files with 13 additions and 13 deletions

View File

@@ -26,5 +26,5 @@ pub async fn use_tun(mut config: Mapping) -> Mapping {
});
revise!(tun_val, "enable", true);
revise!(config, "tun", tun_val);
return config;
config
}