Comment on [question] Help me access my local homeserver using a public domain name
HelloRoot@lemy.lol 10 hours agoA wildcard record at Porkbun pointing to the private IP of my home server
Which can not be 192.168.X.X
Comment on [question] Help me access my local homeserver using a public domain name
HelloRoot@lemy.lol 10 hours agoA wildcard record at Porkbun pointing to the private IP of my home server
Which can not be 192.168.X.X
slazer2au@lemmy.world 10 hours ago
And yet, that is exactly what I am doing and it is working.
Rfc1918 address are absolutely usable with DNS in this fashion.
If I were to try to access it while I wasn’t home it absolutely wouldn’t work but that is not what I do.
HelloRoot@lemy.lol 9 hours ago
Then you don’t need to pay porkbun and can just selfhost a DNS with that entry like technitium.com/dns/
slazer2au@lemmy.world 9 hours ago
That’s true but then I would have to deal with PKI, cert chains, and DNS. When now all I need to do is get Traefik to grab a wildcard Let’s Encrypt cert and everything is peachy.
frongt@lemmy.zip 7 hours ago
No, you’d just need to deal with running DNS locally, you can still use LE for internal certs.
But you still need to pass one of their challenges. Public DNS works for that. You don’t need to have any records in public DNS though.
HelloRoot@lemy.lol 9 hours ago
That doesn’t make any sense