would a VPS with public IP be an OK enough replacement for Cloudflare DDNS and Cloudflare's IP hiding thing, and if yes, what software i need for this?
i'm not using Cloudflare at all, just want to protect myself from bad actors in the future
i had to switch to using my home IP directly because last time i used Tailscale for proxying my stuff hosted on Proxmox to a VPS, there was a very weird issue that was making all of my services very slow when accessing them publicly and the only workaround i could find was to stay on an older Linux kernel which potentially had multiple known vulnerabilities
@link it's just this incredibly cool project that, in practice, implements mesh-like networking making use of the OS' existing IPv6 support, which means you can bypass NATs over yggdrasil, and also proxy stuff like that over yggdrasil (i.e by using caddy and reverse proxying the yggdrasil IP into clearnet)
@illyBytes@link yep! I use it like that. Yggdrasil itself doesn't work over IPv6 directly, it's just a routing scheme. It's just that the actual implementation uses existing IPv6 support in operating systems and programs to achieve routing over the existing internet :)
basically, imagine it as a compatibility measure. The connections themselves with the network can happen over both IPv4 and IPv6.