title: "TICKET_048: DNS Configuration — bus.struxio.ai + paperclip.struxio.ai"
type: ticket
subtype: execution
purpose: "Configure DNS A records in Porkbun for Bus MCP Server and Paperclip subdomains pointing to Hetzner."
Create two A records in Porkbun for the struxio.ai domain:
| Record | Type | Name | Value | TTL |
|---|---|---|---|---|
| bus.struxio.ai | A | bus | 89.167.96.154 | 600 |
| paperclip.struxio.ai | A | paperclip | 89.167.96.154 | 600 |
dig bus.struxio.ai and dig paperclip.struxio.ai# If PORKBUN_API_KEY and PORKBUN_SECRET_KEY are available:
curl -X POST https://api.porkbun.com/api/json/v3/dns/create/struxio.ai \
-H "Content-Type: application/json" \
-d '{"apikey":"$PORKBUN_API_KEY","secretapikey":"$PORKBUN_SECRET_KEY","name":"bus","type":"A","content":"89.167.96.154","ttl":"600"}'
curl -X POST https://api.porkbun.com/api/json/v3/dns/create/struxio.ai \
-H "Content-Type: application/json" \
-d '{"apikey":"$PORKBUN_API_KEY","secretapikey":"$PORKBUN_SECRET_KEY","name":"paperclip","type":"A","content":"89.167.96.154","ttl":"600"}'
dig bus.struxio.ai +short returns 89.167.96.154dig paperclip.struxio.ai +short returns 89.167.96.154Delete the two A records from Porkbun dashboard.
STRUXIO.ai // Confidential & Proprietary // © 2026