Skip to content

Commit

Permalink
fix: wildcard example
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat committed Sep 4, 2024
1 parent 307c582 commit cd5d06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/network-edge/domains-and-tcp-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For example:
###### Listen for all subdomains of `example.com`

```bash
ngrok http 80 --url *.example.com
ngrok http 80 --url "*.example.com"
```

The following rules define the behavior of endpoints on wildcard domains. To
Expand Down
2 changes: 1 addition & 1 deletion examples/agent-cli/http-wildcard-domain.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bash
ngrok http 80 --url *.example.com
ngrok http 80 --url "*.example.com"
```

0 comments on commit cd5d06d

Please sign in to comment.