mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 00:20:53 +00:00
Bump version 0.2.15
This commit is contained in:
parent
4adc38c726
commit
ce0c02b3bf
9 changed files with 58 additions and 8 deletions
|
@ -41,9 +41,8 @@ pub fn mobile_run(args: Args, tun_mtu: u16, _packet_information: bool) -> c_int
|
|||
config.tun_name(tun);
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[cfg(any(target_os = "ios", target_os = "macos"))]
|
||||
config.platform_config(|config| {
|
||||
#[allow(deprecated)]
|
||||
config.packet_information(_packet_information);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue