mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-25 11:22:21 +00:00
Ctrlc issues (#75)
This commit is contained in:
parent
9396db4a52
commit
0e654eb4bd
4 changed files with 32 additions and 34 deletions
|
@ -3,15 +3,12 @@
|
|||
mod tests {
|
||||
extern crate reqwest;
|
||||
|
||||
use std::env;
|
||||
use std::net::IpAddr;
|
||||
use std::str::FromStr;
|
||||
|
||||
use fork::Fork;
|
||||
use nix::sys::signal;
|
||||
use nix::unistd::Pid;
|
||||
use serial_test::serial;
|
||||
use smoltcp::wire::IpCidr;
|
||||
use std::env;
|
||||
|
||||
use tun2proxy::setup::{get_default_cidrs, Setup};
|
||||
use tun2proxy::util::str_to_cidr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue