Skip to content

Commit

Permalink
Adding in the port expose
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jan 6, 2025
1 parent a050183 commit 698aac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/eks-pod/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function setup_vsockproxy() {
echo "vsock proxy now running in background."

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"}'
}

function setup_dante() {
Expand Down

0 comments on commit 698aac5

Please sign in to comment.