mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 05:52:48 +00:00
refine TunToProxy struct
This commit is contained in:
parent
7dec7f59f1
commit
ad388f897a
5 changed files with 41 additions and 40 deletions
|
@ -146,7 +146,7 @@ mod tests {
|
|||
}
|
||||
Ok(Fork::Child) => {
|
||||
prctl::set_death_signal(signal::SIGKILL as isize).unwrap(); // 9 == SIGKILL
|
||||
main_entry(
|
||||
let _ = main_entry(
|
||||
TUN_TEST_DEVICE,
|
||||
test.proxy,
|
||||
Options::new().with_virtual_dns(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue