NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
A lightweight Cloudflare Dynamic DNS shell script (github.com)
database64128 3 days ago [-]
Shameless plug: I wrote a DDNS service in Go [0] that uses Netlink on Linux and the IP Helper API on Windows to monitor network interface addresses in the most efficient way possible. As a result of working on this project, I sent 3 separate CLs to the x/sys module.

[0] https://github.com/database64128/ddns-go

[1] https://go-review.googlesource.com/c/sys/+/597915

[2] https://go-review.googlesource.com/c/sys/+/598895

[3] https://go-review.googlesource.com/c/sys/+/603755

fernvenue 3 days ago [-]
> As a result of working on this project, I sent 3 separate CLs to the x/sys module.

Good one, lol.

irq-1 2 days ago [-]
There is also `cloudflared` to tunnel services. https://developers.cloudflare.com/cloudflare-one/connections...
fernvenue 2 days ago [-]
Yes, but this is actually a different use case. Using cloudflared means that your domain will resolve to Cloudflare's CDN instead of the real IP address, and all connections will also go through Cloudflare's CDN rather than directly to the actual device itself.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 04:03:42 GMT+0000 (Coordinated Universal Time) with Vercel.