mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 08:30:53 +00:00
update deps
This commit is contained in:
parent
c9272609b8
commit
3fe47d92ec
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ pub async fn desktop_run_async(args: Args, shutdown_token: tokio_util::sync::Can
|
|||
tproxy_args = tproxy_args.tun_name(&tun_name);
|
||||
}
|
||||
|
||||
let mut restore: Option<tproxy_config::TproxyRestore> = None;
|
||||
let mut restore: Option<tproxy_config::TproxyState> = None;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue