This repository has been archived on 2025-10-07 . You can view files and clone it, but cannot push or open issues or pull requests.
Before: hut% sudo docker run -it --rm alpine /bin/ash -xc 'true | nc -w 3 -v 10.0.40.7 23080' + true + nc -w 3 -v 10.0.40.7 23080 nc: 10.0.40.7 (10.0.40.7:23080): Operation timed out After: hut% sudo docker run -it --rm alpine /bin/ash -xc 'true | nc -w 3 -v 10.0.40.7 23080' + true + nc -w 3 -v 10.0.40.7 23080 10.0.40.7 (10.0.40.7:23080) open Fixes: rarias/jungle#94 Reviewed-by: Aleix Boné <abonerib@bsc.es>
Description
Languages
Nix
98.1%
C
1.1%
Shell
0.5%
Roff
0.3%