DNS

This serves as a few required api endpoints for the dns, it may have more.

Endpoints

Resolve

GET /domain/<domain>/<tld>
The IP the domain points to

{ "ip": "https://..." }

Schemas

Domain

{ "ip": "https://..." }

IP: A URL or IP address the domain should point to