dns_setup_website
Create basic DNS records for a website by providing a domain and IP address, with an option to add a www subdomain record.
Instructions
Set up basic DNS records for a website.
Args: domain: The domain name ip: The website IP address www_enabled: Whether to create www subdomain record (default: True)
Returns: List of created DNS records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| domain | Yes | ||
| www_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |