Skip to content

Commit 58f5f78

Browse files
committed
Update purchase/subscribe links
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4027a0d commit 58f5f78

7 files changed

+8
-6
lines changed

docs/reference/inlets-operator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For each provider, the minimum requirements tend to be:
1313

1414
You can install the inlets-operator's Helm chart using a single command with [arkade](https://arkade.dev/). arkade is an open-source Kubernetes marketplace and easy to use. Helm involves more commands, and is preferred by power users.
1515

16-
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/pricing)
16+
> [Get your inlets subscription here](https://inlets.dev/pricing)
1717
1818
## Tunnel Custom Resource Definition (CRD) and lifecycle
1919

docs/tutorial/automated-http-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ I used this technique to test a live demo for the KubeCon conference. I then too
175175

176176
In a very short period of time we created a private tunnel server on a public cloud of our choice, then we created a DNS record for it, and connected a client and accessed our local website.
177177

178-
You can [get started with inlets through a monthly subscription](https://inlets.dev/pricing), or save on a yearly plan.
178+
You can [get started with inlets through a monthly subscription](https://inlets.dev/pricing).
179179

180180
When would you need this?
181181

docs/tutorial/caddy-http-tunnel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Scenario:
1616
* You want to share a file such as a VM image or a ISO over the Internet, with HTTPS, directly from your laptop.
1717
* You have one or more websites or APIs running on-premises or within your home-lab and want to expose them on the Internet.
1818

19-
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/blog/2021/07/27/monthly-subscription.html)
19+
> > [Get your inlets subscription here](https://inlets.dev/pricing)
2020
2121
## Setup your exit node
2222

docs/tutorial/http-authentication.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The `inlets-pro http` command provides three options:
1010
2. Bearer Token Authentication
1111
3. OAuth
1212

13+
You may also be interested in [IP filtering](/tutorial/ip-filtering), which is configured on the server. This restricts access to a provided set of source IPs or CIDRs.
14+
1315
## Basic Authentication
1416

1517
Basic authentication is a simple way to restrict access to your service by requiring a username and password.

docs/tutorial/kubernetes-ingress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this quick-start we will configure the [inlets-operator](https://github.com/i
44

55
The inlets-operator creates a VM for each tunnel server in the cloud of your choice, then plumbs in an inlets client to connect to it using a Deployment. There is an alternative approach that we also recommend which involves creating the tunnel server with [inletsctl](https://github.com/inlets/inletsctl), followed by installing the inlets client with Helm: [Fixing Ingress for short-lived local Kubernetes clusters](https://inlets.dev/blog/2021/07/08/short-lived-clusters.html).
66

7-
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/blog/2021/07/27/monthly-subscription.html)
7+
> [Get your inlets subscription here](https://inlets.dev/pricing)
88
99
## Pre-reqs
1010

docs/tutorial/postgresql-tcp-tunnel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this tutorial we will tunnel Postgresql over inlets Pro to a remote machine. From there you can expose it to the Internet, or bind it to the local network for private VPN-like access.
44

5-
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/blog/2021/07/27/monthly-subscription.html)
5+
> > [Get your inlets subscription here](https://inlets.dev/pricing)
66
77
## Setup your exit node
88

docs/tutorial/ssh-tcp-tunnel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this tutorial we will use inlets-pro to access your computer behind NAT or a
44

55
Scenario: You want to allow SSH access to a computer that doesn't have a public IP, is inside a private network or behind a firewall. A common scenario is connecting to a Raspberry Pi on a home network or a home-lab.
66

7-
> You can [subscribe to inlets for personal or commercial use via Gumroad](https://inlets.dev/blog/2021/07/27/monthly-subscription.html)
7+
> > [Get your inlets subscription here](https://inlets.dev/pricing)
88
99
## Setup your tunnel server with `inletsctl`
1010

0 commit comments

Comments
 (0)