Comment on [question] Help me access my local homeserver using a public domain name
TheHobbyist@lemmy.zip 15 hours agoNo, it is not fully working. Many have tried to explain to you that your setup only works for YOU on YOUR subnet.
That’s exactly what I want. I don’t know why you thought I wanted something else? I’m trying to expose reach services in my home network from home, using HTTPS, without requiring a local DNS or to load self-signed certificates.
non_burglar@lemmy.world 15 hours ago
I know what you’re trying to do, and what those tutorials don’t tell you is that you are shortcutting normal DNS flow, which most apps are expecting.
DNS isn’t designed to work that way, so some apps (like Firefox) with internal hard-coded DNS functions are going to balk at private RFC ips in a DNS record. Or a lack of reverse record.
Again, slow down and think about what your trying to do here. You are complicating your stack for no reason other than you don’t want to set up a local DNS handler.
TheHobbyist@lemmy.zip 15 hours ago
sem@lemmy.blahaj.zone 5 hours ago
Does DoH stand for DNS over HTTPS in this case?
I’ve run into similar problems as you, and am now in the habit of adding my mydomain.TLD to the exceptions for DNS over HTTPS.
TheHobbyist@lemmy.zip 1 hour ago
Yes it does. Are you using Firefox? And you can’t resolve local ip addresses, so that’s why you are setting this exception?
non_burglar@lemmy.world 15 hours ago
Glad you figured it out.
TheHobbyist@lemmy.zip 14 hours ago
Yes, I now managed to make it fully work on firefox too, needed to set
network.trr.allow-rfc1918
totrue
in theabout:config
settings! :)