Bruce Elrick@cosocial.catoSelf Hosted - Self-hosting your services.@lemmy.ml•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
1·
12 hours ago@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 @selfhost @selfhosting @selfhosted @mastoblind @main
ah, gotcha. I do hope that you find a solution.