miz [any, any]@hexbear.net to technology@hexbear.netEnglish · 1 year agofree dynamic dns services: what's out there that you would recommendmessage-squaremessage-square15linkfedilinkarrow-up118arrow-down10
arrow-up118arrow-down1message-squarefree dynamic dns services: what's out there that you would recommendmiz [any, any]@hexbear.net to technology@hexbear.netEnglish · 1 year agomessage-square15linkfedilink
minus-squarefahfahfahfahAlinkfedilinkEnglisharrow-up4·1 year agoI just used this systemd script: https://github.com/fernvenue/cloudflare-ddns
minus-squareinvalidusernamelol [he/him]@hexbear.netlinkfedilinkEnglisharrow-up2·1 year agoThat’s a good “manual” way where you just check for an IP change every 30 seconds and send a POST request using curl to Cloudflare if there’s a change. Basically every other service you can find will do this in some other more convoluted way lol.
I just used this systemd script: https://github.com/fernvenue/cloudflare-ddns
That’s a good “manual” way where you just check for an IP change every 30 seconds and send a POST request using
curlto Cloudflare if there’s a change. Basically every other service you can find will do this in some other more convoluted way lol.