Ctrlc issues (#75)

This commit is contained in:
ssrlive 2023-11-06 20:03:40 +08:00 committed by GitHub
parent 9396db4a52
commit 0e654eb4bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 34 deletions

View file

@ -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;