Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat committed Oct 17, 2023
1 parent 18edc4d commit 573093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Each tunnel you define is a map of configuration option names to values. The nam
| `proto` | `tls` | The tunnel protocol name. This defines the type of tunnel you would like to start. |
| `proxy_proto` | String | The version of [PROXY protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) to use with this tunnel, empty if not using. Example values are 1 or 2. |
| `subdomain` | Any valid combination of letters, numbers, hyphens or periods. | subdomain name to request. If unspecified, ngrok provides a unique subdomain based on your account type. |
| `terminate_at` | `edge`, `agent`, or `upstream` | Terminate at ngrok `edge`, `agent`, or `upstream`. Defaults to `upstream` unless `--crt` or `--key` are present, in which case `edge` is the default. |
| `terminate_at` | `edge`, `agent`, or `upstream` | Terminate at ngrok `edge`, `agent`, or `upstream`. Defaults to `upstream` unless `--crt` or `--key` are present, in which case `edge` is the default. |

### Labeled Tunnel Configuration

Expand Down

1 comment on commit 573093f

@vercel
Copy link

@vercel vercel bot commented on 573093f Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-ngrok-dev.vercel.app
ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app

Please sign in to comment.