Rodrigo Arias Mallo 7c901742e0 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-04-15 12:17:00 +02:00
..
2023-10-24 11:49:42 +02:00
2025-01-14 12:01:00 +01:00
2025-01-14 12:01:00 +01:00
2023-06-14 17:28:00 +02:00
2025-04-11 10:03:05 +02:00
2023-09-12 12:19:43 +02:00
2024-09-20 11:19:30 +02:00
2023-08-25 13:21:00 +02:00