Skip to content

Commit

Permalink
Move all inlets-pro-pkg to inlets-pro
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Hey <[email protected]>
  • Loading branch information
Waterdrips authored and alexellis committed Jan 30, 2020
1 parent f73243c commit 00d03e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Pending:
Inlets is [listed on the Cloud Native Landscape](https://landscape.cncf.io/category=service-proxy&format=card-mode&grouping=category&sort=stars) as a Service Proxy

* [inlets](https://github.com/inlets/inlets) - open-source L7 HTTP tunnel and reverse proxy
* [inlets-pro](https://github.com/inlets/inlets-pro-pkg) - L4 TCP load-balancer
* [inlets-pro](https://github.com/inlets/inlets-pro) - L4 TCP load-balancer
* [inlets-operator](https://github.com/inlets/inlets-operator) - deep integration for inlets in Kubernetes, expose Service type LoadBalancer
* [inletsctl](https://github.com/inlets/inletsctl) - CLI tool to provision exit-nodes for use with inlets or inlets-pro

Expand Down
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ curl -sLO https://raw.githubusercontent.com/inlets/inlets/master/hack/inlets-ope
export REMOTETCP="` + remoteTCP + `"
export IP=$(curl -sfSL https://ifconfig.co)
curl -SLsf https://github.com/inlets/inlets-pro-pkg/releases/download/0.4.3/inlets-pro > /tmp/inlets-pro && \
curl -SLsf https://github.com/inlets/inlets-pro/releases/download/0.4.3/inlets-pro > /tmp/inlets-pro && \
chmod +x /tmp/inlets-pro && \
mv /tmp/inlets-pro /usr/local/bin/inlets-pro
Expand Down
4 changes: 2 additions & 2 deletions cmd/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ func downloadInlets(_ *cobra.Command, _ []string) error {
var versionUrl, downloadUrl, binaryName string

if inletsPro {
versionUrl = "https://github.com/inlets/inlets-pro-pkg/releases/latest"
downloadUrl = "https://github.com/inlets/inlets-pro-pkg/releases/download/"
versionUrl = "https://github.com/inlets/inlets-pro/releases/latest"
downloadUrl = "https://github.com/inlets/inlets-pro/releases/download/"
binaryName = "inlets-pro"
} else {
versionUrl = "https://github.com/inlets/inlets/releases/latest"
Expand Down

0 comments on commit 00d03e0

Please sign in to comment.