tailscale_device_routes_set
Configure subnet routes for a Tailscale device by specifying CIDR ranges to enable network access through the device.
Instructions
Set the enabled subnet routes for a device. Replaces the current set of enabled routes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | Tailscale device ID | |
| routes | Yes | List of CIDR routes to enable (e.g., ['10.0.0.0/8', '192.168.1.0/24']) |