Rodrigo Arias Mallo 93f8d3aa89 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: rarias/jungle#94
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-04-15 14:16:10 +02:00
2025-01-16 14:23:19 +01:00
2025-01-16 15:43:13 +01:00
2025-04-08 17:14:42 +02:00
2025-04-08 17:14:42 +02:00
2023-06-16 12:13:07 +02:00
Description
Configuration for NixOS machines.
32 MiB
Languages
Nix 88.6%
C++ 7.7%
Python 1.5%
Shell 0.7%
CSS 0.7%
Other 0.7%