Avatar

certunaB

certuna@alien.top
Joined
0 posts • 13 comments
Direct message

You can use Cloudflare without the tunnel too, then it’s just a reverse proxy.

permalink
report
reply

2a01:4ff:1f0:c2f8::/64 is the whole subnet, your server will have one (or more) addresses in that subnet. This could be 2a01:4ff:1f0:c2f8::1, but could also be a randomly generated suffix.

permalink
report
reply

However, I’d prefere not to open ports at home

But why? Opening one incoming port is not an issue if you only allow connections from the VPS in the firewall on that port. Keeping a 24/7 tunnel up is certainly possible, but it adds another layer of complexity/reliability.

permalink
report
reply

Because hosting commercially with large (multi-TB) storage gets very expensive very quickly

permalink
report
reply

Many domain registrars don’t have an API, so then services like no-ip are your only option.

permalink
report
reply

they route your traffic, they know where it’s going.

permalink
report
reply

.local is mDNS - and I’m using that, saves me so much hassle with split-horizon issues etc.

I also use global DNS for local servers (AAAA records on my own domain), again, this eliminates split-horizon issues. Life is too short to deal with the hassle of running your own DNS server.

permalink
report
reply

/r/Zerotier or /r/Tailscale

with the caveat that this entails installing a application on the client device that accesses the server & whitelist it - so workable if you’re accessing your server using your own phone/laptop, not so much on a random company PC or your friends.

If you want ‘random’ externals accessing your server, you’ll have to VPN out to a third party server that forwards ports, or host the entire thing in the cloud.

permalink
report
reply

Tailscale/Zerotier yes. Other option is tunnel out to a 3rd party VPN server with port forwarding: cloudflare does that, and a number of others.

permalink
report
reply