diff --git a/entrypoint.sh b/entrypoint.sh index 90e7d78..28fdf11 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ done warp-cli --accept-tos set-mode proxy warp-cli --accept-tos set-proxy-port 40001 warp-cli --accept-tos connect -socat TCP-IP:localhost:40001:fork,ipv6=on TCP-IP:0.0.0.0:40000 # socat is used to redirect traffic from 40000 to 40001 +socat TCP-LISTEN:40000,fork TCP:localhost:40001 # socat is used to redirect traffic from 40000 to 40001 ) & exec warp-svc