Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beta billing from internal endpoints #1015

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/network-edge/internal-endpoints.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Internal Endpoints

::::note
Internal Endpoints are currently a beta feature, and only enabled for a limited
number of accounts. Please contact support if you are interested in using this feature.
::::

## Introduction

In addition to [public endpoints][Public Endpoints], ngrok also supports creating Internal Endpoints which are specific to your account.
Expand All @@ -13,6 +8,8 @@ All internal endpoints end in `.internal`, and are specific to one ngrok account

Internal Endpoints cannot be accessed directly, but rather can only be accessed using the [forward-internal][forward-internal] policy action.

Internal endpoints are available in ngrok's pay-as-you-go plan. An internal endpoint that transmits data in a billing period is counted as an active endpoint for billing purposes.

### Creating a Internal Endpoint

A internal endpoint may be created by specifying a binding of `internal` for your endpoint. Specifically, when using the agent, a `internal` endpoint may be created like so:
Expand Down