Do you pay for a domain? They likely provide dynamic DNS (DNS). If you’re lucky, they have an API for it, instead of an app, and you can configure a cronjob on your home server to run every 1-5 minutes (or more often, if your IP is super unstable!).
Comment on Friendly reminder that Tailscale is VC-funded and driving towards IPO
Vinstaal0@feddit.nl 5 days ago
Crap, I really need to switch of Tailscale but currently it is an easy way for me to access my stuff outside of home as a temporary solution while I am on a 5G modem.
natch@lemmy.today 5 days ago
Vinstaal0@feddit.nl 5 days ago
Yeah I can always do that, but putting stuff behind something like Tailscale is (or atleast feels) more secure than making my IP known to the public. I have a DMZ setup though so it should be fine.
chronicledmonocle@lemmy.world 5 days ago
Your “IP address” is already public. That’s why an IPv4 address is assigned to you as a “public IP address” and you NAT to a private space. When using IPv6, everything is public.
The key is to secure everything with access restrictions.
Vinstaal0@feddit.nl 5 days ago
Well yes I know, but there is a difference between using a domain bound to me as a person and a random string of numbers that changes every 5 minutes
koka@lemmy.world 5 days ago
I can recommend to take a look at netbird.io
unit327@lemmy.zip 5 days ago
I can’t. I tried it first and installed it on my phone from f-droid. After opening it up, it connected to an already existing network with other people’s old machines from years ago on it. I was horrified.
So then I tried to delete my whole account and couldn’t due to an error. I sent them an email about it and they took like two weeks to respond.
possiblylinux127@lemmy.zip 5 days ago
Netbird isn’t on F-droid
Are we talking about the same thing
unit327@lemmy.zip 5 days ago
It used to be
possiblylinux127@lemmy.zip 5 days ago
Much more user friendly
Json is awful for config
lagoon8622@sh.itjust.works 4 days ago
Crockford is a good and smart person but he really dropped the fucking ball on JSON.
Double-quotes-only and no comments kill the whole spec for me. Extremely opinionated and dumb. I fucking hate JSON.
My boss once sent me a machine generated config. He’s terminally addicted to double-quotes (like, a fatal condition). I searched and there were 27k sequences of
\"
.