mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 17:14:06 +02:00
don't remove namespaces on daemon exit
This commit is contained in:
parent
9af09c8669
commit
3a8b684600
6 changed files with 52 additions and 56 deletions
|
|
@ -1,6 +1,6 @@
|
|||
mod tcp;
|
||||
|
||||
use crate::config::{ForwardConfig, ForwardTarget, ForwardSource, NamespaceName};
|
||||
use crate::config::{ForwardConfig, ForwardSource, ForwardTarget, NamespaceName};
|
||||
use crate::proxy::tcp::Proxy;
|
||||
use futures::future::AbortHandle;
|
||||
use nix::sched::{CloneFlags, setns};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue