Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thebalaa authored Jul 9, 2024
1 parent d9bdfd3 commit 2b03a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gateway-link/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
# Just opening both TCP and UDP is the quick and dirty way of ensuring both protocols work
# In the future, specifying a protocol in the docker compose snippet may be necessary
# -- 2024-04-03 Zach
socat TCP4-LISTEN:$CENTER_PORT,fork,reuseaddr TCP4:10.0.0.2:$CENTER_PORT,reuseaddr,fork &
socat UDP4-LISTEN:$CENTER_PORT,fork,reuseaddr UDP4:10.0.0.2:$CENTER_PORT,reuseaddr,fork
socat TCP4-LISTEN:$CENTER_PORT,fork,reuseaddr TCP4:10.0.0.2:$CENTER_PORT,reuseaddr &
socat UDP4-LISTEN:$CENTER_PORT,fork,reuseaddr UDP4:10.0.0.2:$CENTER_PORT,reuseaddr
fi
#socat TCP4-LISTEN:8443,fork,reuseaddr TCP4:$EXPOSE_HTTPS,reuseaddr
#socat TCP4-LISTEN:8443,fork,reuseaddr TCP4:$EXPOSE_HTTPS,reuseaddr

0 comments on commit 2b03a7c

Please sign in to comment.