Rodrigo Arias Mallo 624e4b8481 Allow traffic from docker to enter port 23080
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: #94
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-01 16:40:17 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:15 +02:00
Description
Configuration for NixOS machines.
https://jungle.bsc.es/
88 MiB
Languages
Nix 87.2%
C++ 7%
Shell 3.2%
Python 1.3%
CSS 0.6%
Other 0.5%