this post was submitted on 10 Jan 2025
9 points (90.9% liked)

Self Hosted - Self-hosting your services.

11680 readers
144 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] virtuous_sloth@cosocial.ca 1 points 10 hours ago (1 children)

@RareBird15 @selfhost @selfhosting @selfhosted @mastoblind @main
I'm assuming by "current configuration" you have a DNS host that doesn't allow adding NS records? One thing you might be able to do is create records like:

host1.subdomain.laniecarmelo.tech A 1.2.3.4
host2.subdomain.laniecarmelo.tech A 1.2.3.5

In my DNS host I can create a host1.subdomain A record without creating an actual subdomain (e.g. creating a subdomain.laniecarmelo.tech NS record).

[–] RareBird15@caneandable.social 1 points 10 hours ago (3 children)

@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.

[–] bravemonkey@lemmy.ca 1 points 2 hours ago

Sorry, what’s preventing you from adding the subdomains in the Vultr DNS?

[–] Grumpy@sh.itjust.works 1 points 7 hours ago

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..

ns1.example.com ns2.example.com

With specific IPs like 123.123.123.123

This will allow you to essentially do the first step and not end up in a cyclic problem of one requiring the other.

I assume this is what you're referring to as the problem.

[–] virtuous_sloth@cosocial.ca 1 points 10 hours ago

@RareBird15 @selfhost @selfhosting @selfhosted @mastoblind @main
ah, gotcha. I do hope that you find a solution.