setup_website
Configure DNS records to point a domain to a website's IP address, optionally including www subdomain setup.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| ip | Yes | ||
| www_enabled | No |