start_tunnel
Creates a secure tunnel to expose a local server publicly. Connect your local URL to a public address for external access and manage tunnels with custom names for convenience.
Instructions
Creates a secure tunnel from a public internet address to your local server.
This tool will:
- Start an untun tunnel process connecting to your specified local URL
- Return a public URL that can be used to access your local server
- Allow you to name your tunnel for easier management
After starting a tunnel, wait a few seconds and use 'list_tunnels' to check its status and get the public URL.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Optional custom name for the tunnel. If not provided, 'default' will be used. | |
url | Yes | The local URL to expose (e.g., http://localhost:3000) |