Cloudflare supports NS records, which is what you’re looking for. Except it probably only lets you create a zone for the top level domain, so you can only delegate to other providers. AWS Route53 will let you create subdomain zones, and will let you create NS records to set up delegation.
post
afraid.org does allow almost everyting.
I use their free service to setup my own dns tunnelling endpoint.
what exactly do you mena under subdomains?
Any DNS provider will support adding NS entries for subdomains if you want to host you sub-zone somwhere, And any should allow you to use names with "." in it for "fake" subzone, like
a.subzone1 IN A x.x.x.x
a.subzone2 IN A y.y.y.y
DNS points to the domain. Then you configure the subdomain on the same IP. Maybe I'm missing something, but this is how I understand subdomains.
Decent DNS providers allow you to create NS records for subdomains.
This delegates the subdomain and all of its subdomains to another DNS.
Useful for companies that want to control their own records, but might want to allow a group of developers control over app.example.com and all subdomains, without the developers having to pester the company for record updates.
Also used for acme-dns, which is a self hosted DNS designed to only deal with txt records for acme DNS challenges (ie lets encrypt).
Means you can limit the possible disaster of the DN API keys being leaked (an attacker can only generate TXT records, instead of rewriting all your DNS records)
Do you mean something link subdomain.domain.tld? Because I have that set up with namecheap
all 10 comments