create_srv_record
Create an SRV record for a domain to specify service location, including priority, weight, port, and target hostname.
Instructions
Create an SRV record (service locator) for a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds (optional) | |
| name | Yes | The service name (e.g., "_autodiscover._tcp") | |
| port | Yes | The port number | |
| domain | Yes | The domain name | |
| target | Yes | The target hostname (e.g., "autodiscover.example.com") | |
| weight | Yes | The weight for load balancing | |
| priority | Yes | The priority value (lower is higher priority) |