diff --git a/cmd/create.go b/cmd/create.go index 5ac3c5e7..c8187b32 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -356,7 +356,7 @@ export AUTHTOKEN="` + authToken + `" export REMOTETCP="` + remoteTCP + `" export IP=$(curl -sfSL https://ifconfig.co) -curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.4.3/inlets-pro > /tmp/inlets-pro && \ +curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.5.6/inlets-pro > /tmp/inlets-pro && \ chmod +x /tmp/inlets-pro && \ mv /tmp/inlets-pro /usr/local/bin/inlets-pro