Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jan 7, 2025
1 parent 7c6e14d commit d9d977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks-pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function setup_vsockproxy() {
$VSOCK_PROXY -c $VSOCK_CONFIG --workers $VSOCK_THREADS --log-level $VSOCK_LOG_LEVEL --daemon
echo "vsock proxy now running in background."

gvproxy -listen vsock://:1024 -listen unix:///tmp/network.sock
/home/gvproxy -listen vsock://:1024 -listen unix:///tmp/network.sock
curl --unix-socket /tmp/network.sock http:/unix/services/forwarder/expose -X POST -d '{"local":":80","remote":"192.168.127.2:80"}'
}

Expand Down

0 comments on commit d9d977e

Please sign in to comment.