Documentation / Custom Domains

Custom Domains

Use your own domain for a professional, branded tunnel experience

Overview

stunl supports multiple domain options: the default stunl.io domain and Pro domains like localshare.io for a more personalized experience.

Domain Type Example Availability
Default domain *.stunl.io All tiers
Pro domains *.localshare.io Pro

Available Pro Domains

Pro users can use any of these domains for their tunnels:

stunl.io

Default domain

localshare.io

Short, memorable

ihatethe.net

Fun, casual

unixsysadmin.org

Technical vibe

unixfreak.org

Technical vibe

unixfreak.net

Technical vibe

cheburashka.net

Quirky, unique

Using a Pro domain
$ stunl -port 3000 -id myapp -domain localshare.io

  ● STUNL

  ╭── ◎ ── HTTP
  │   HTTPS    https://myapp.localshare.io
  │   HTTP     http://myapp.localshare.io
  │   Local    localhost:3000

Troubleshooting

DNS not propagating

DNS changes can take up to 48 hours to propagate. Check with:

dig myapp.example.com CNAME

Certificate errors

Make sure your CNAME points to tunnel.stunl.io and DNS has propagated. stunl automatically provisions TLS certificates for verified domains.

"Domain not authorized" error

Verify domain ownership in the portal. Make sure the TXT verification record is correctly configured.

Next Steps