I feel the need to point out that some dns servers block this. In piHole for example, you need to allow this. Some Routers do it too.
Comment on Young Frankenstein is not available for streaming
qjkxbmwvz@startrek.website 10 hours ago
If you have your own domain name+control over the DNS entries, a cute trick you can use for Jellyfin is to set up a fully qualified DNS entry to point to your local (private) IP address.
So, you can have jellyfin.example.com point to 192.168.0.100 or similar. Inaccessible to the outside world (assuming you have your servers set up securely, no port forwarding), but local devices can access.
This is useful if you want to play on e.g. Chromecast/Google TV dongle but don’t want your traffic going over the Internet.
It’s a silly trick to work around the fact that these devices don’t always query the local DNS server (e.g., your router), so you need something fully qualified — but a private IP on a public DNS record works just fine!
UxyIVrljPeRl@lemmy.world 8 hours ago
Hupf@feddit.org 5 hours ago
qjkxbmwvz@startrek.website 8 hours ago
TIL, thanks. I use namecheap and haven’t had any problems (mikrorik router).
perishthethought@lemm.ee 10 hours ago
Oh snap. Genius. Thanks for the idea. I do have a domain I registered and never used!
False@lemmy.world 5 hours ago
I don’t think fully qualified means what you think it means…
qjkxbmwvz@startrek.website 24 minutes ago
Hmm, my understanding was that FQDN means that anyone will resolve the domain to e.g. the same IP address? Which is the case here (unless DNS rebinding or similar is employed) — but it doesn’t resolve to the same physical host in this case since it’s a private IP. Wikipedia:
In my example, I can run
nslookup jellyfin.myexample.com 8.8.8.8
and it resolves to what I expect (a local IP address).But IANA network professional by any means, so maybe I’m misusing the term?