Hi everyone! How are you all doing tonight? I just had a frustrating experience trying to set up a free #domain or #subdomain for my #SelfHosted services. Unfortunately, I can't use my
Hi everyone! How are you all doing tonight? I just had a frustrating experience trying to set up a free #domain or #subdomain for my #SelfHosted services. Unfortunately, I can't use my laniecarmelo.tech domain because its current configuration doesn't allow me to add subdomains.
I discovered EU.org, which offers free domains, and decided to give it a try. However, they require you to have authoritative #DNS#nameservers before requesting a domain. I tried using #Cloudflare, but it wasn't authoritative. Then I looked into Hostry.com, Hurricane Electric DNS, and FreeDNS.
Hostry requires you to add DNS records for your domain before using their service—but how can I do that when my domain doesn’t exist yet? 🤦♀️ As for FreeDNS and Hurricane Electric, both have inaccessible #CAPTCHAs on their registration forms with no audio alternatives! 😡
At this point, I'm so frustrated that I've decided to take a break from figuring this out. If anyone has tips for setting up a free domain or knows of accessible DNS services, I’d really appreciate your advice! 🙏 #Accessibility#TechFrustration#WebHosting#BlindTech#blind#DisabilityInTech#tech#Technology#SelfHosting @selfhost@selfhosting@selfhosted@mastoblind@main
@ocean@RareBird15 Might want to read the fine prints. Cloudflare will require you to use their nameservers. You can't choose the DNS provider you wish. Maybe fine, maybe not, but has to be taken into account, I was too often in threads where people complain to late that their domain is now tied to Cloudflare nameservers.
@RareBird15@selfhost@selfhosting@selfhosted@mastoblind@main "but how can I do that when my domain doesn’t exist yet?" I am not sure to understand your specific context, but do note that you can configure any nameserver to be authoritative on any fictional name you want, and make sure it replies properly. It doesn't matter (won't be used by anyone) until the *delegation* (from parent) is being set, which happens at the registrar where you define nameservers for the domain.
@jpl@RareBird15@selfhost@selfhosting@selfhosted@mastoblind@main But technically you can totally register a domain without nameservers. Or later remove nameservers totally from a registered domain. Registration and resolution are separate things, even if they intersect, at least at the registrar when setting nameservers (sent to the registry which in turn publish them)
@virtuous_sloth@selfhost@selfhosting@selfhosted@mastoblind@main No, my situation is weird. My domain is hosted on Porkbun.com but its nameservers point to Vultr.com, where my WordPress install is hosted on a friend's server. Porkbun won't let me edit DNS records or do much of anything with my domain unless I change back to the default nameservers, which would break my WordPress setup.
I don't use porkbun so I can't guide you in detail. But look for "glue records". Some will just call this nameservers, ns record, or some other confusing and ambiguous lingo (like GoDaddy....). Glue records are separate from rest of the auth DNS servers. Even though you are essentially doing an A record.
So if you have example.com on porkbun, and auth nameservers for this same domain is going to be elsewhere, you can set glue records. Like..
@RareBird15@virtuous_sloth@selfhost@selfhosting@selfhosted@mastoblind@main There is nothing "weird" in having 2 separate companies, one for registration, one for hosting/DNS provider. IF your nameservers are Vultr.com ones currently, this is where you should edit your zone. You can only edit records at your DNS provider, where the domain is registered has no influence on how it gets resolved.
@RareBird15@virtuous_sloth@selfhost@selfhosting@selfhosted@mastoblind@main Then in this case you may want to ask them to add a subdomain a record for you at Vultr that way it doesn't break your current setup. However, I don't think that nameservers actually have anything to do with WordPress, just your A record pointing to the correct IP address, and also any CNAME records if any. It just matters that your records match at the new nameservers (for A records anyway). HTH!
I can recomment OVH for domains and DNS hosting, I use them and have not had any issues setting up custom DNS records. Also they have an API that will allow you to get certificates with certbot and lets encrypt, even a wildcard.