Custom Domains

Custom Domains

Use your own domain for short links — like Bitly branded domains. Point DNS to Ladill, we handle SSL.

@unless($enabled)
Custom domains are not configured on this environment yet. Contact support to enable the Domains API key.
@endunless @if($enabled)

Connect a domain

Example: go.yourbrand.com → short links like go.yourbrand.com/summer-sale

@csrf
@error('host')

{{ $message }}

@enderror

Add an A record for your domain pointing to {{ $serverIp }}, then click Verify.

@endif

Your domains

@if($domains->isEmpty())

No custom domains yet. Your links use {{ $publicDomain }} by default.

@else
    @foreach($domains as $domain)
  • {{ $domain->host }}

    DNS: {{ $domain->dns_verified_at ? 'verified' : 'pending' }} · SSL: {{ $domain->ssl_status }} · @if($domain->is_default)Default@endif

    @if($domain->last_error)

    {{ $domain->last_error }}

    @endif
    @if($enabled && $domain->ssl_status !== 'active')
    @csrf
    @endif @if($domain->isLive() && ! $domain->is_default)
    @csrf
    @endif
    @csrf @method('DELETE')
  • @endforeach
@endif

Domains also appear in Ladill Domains once connected.