mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-10 14:53:30 -07:00
2df31300e3
Replace .unwrap() on TcpListener::bind with .with_context() so users see a clear message about the port conflict instead of a panic. Fixes #906