vipyrsec / dragonfly-client-rs

Dragonfly client written in Rust
https://docs.vipyrsec.com/dragonfly-client-rs/dragonfly_client_rs/
MIT License
5 stars 2 forks source link

Make container actually stop when Ctrl+Cing #8

Open jonathan-d-zhang opened 1 year ago

Robin5605 commented 1 year ago

We could potentially looking into waiting for the currently being task to stop scanning before shutting down, if that wouldn't be too difficult

jonathan-d-zhang commented 1 year ago

Yes, that should be doable. I'd want a system where a single ctrl c is graceful and 2 is hard