DNS in Seconds

Wildcard Jolly-Ops

Programmatically provision subdomains with wildcard support via API. Ideal for CI/CD pipelines, ephemeral environments, Let's Encrypt automation, and infrastructure testing. Active for 30 days with unlimited renewals.

API Documentation

PUT/api/subdomain

How it works:

  1. Your IP address is extracted from the request
  2. Two DNS records are created:
    • A main subdomain: 1-2-3-4.sandbox.jolly-ops.com
    • A wildcard subdomain: *.1-2-3-4.sandbox.jolly-ops.com
  3. Both records point to your public IP address
  4. Records automatically expire after 30 days (configurable TTL)
  5. Rate limited to 10 requests per hour per IP address

Request Format:

PUT /api/subdomain
Content-Type: application/json

// No request body needed

Example with curl:

curl -X PUT https://wildcard.jolly-ops.com/api/subdomain -H "Content-Type: application/json"

Response:

{
  "success": true,
  "message": "Subdomain created successfully",
  "subdomain": "1-2-3-4.sandbox.jolly-ops.com",
  "ip": "1.2.3.4"
}

Get Your Subdomain

Generate a domain with wildcard support instantly or integrate with your automation via API

Use Cases

Streamline your workflow with dynamic DNS for ephemeral environments, feature branches, and PR previews. Integrate with Terraform, Ansible, or custom CI/CD pipelines. Perfect for Kubernetes ingress testing, multi-tenant architectures, and microservice development with automatic subdomain routing.

TLS Automation

Fully compatible with cert-manager and ACME protocol for automated certificate provisioning. Supports HTTP-01 validation for both main and wildcard subdomains. Implement GitOps-friendly SSL certificate automation with zero manual intervention.

Fair Use Policy

This service is optimized for development and testing workloads. No SLA is provided. We implement rate limiting and automatic cleanup to ensure resource availability. All domains are monitored for abuse patterns.