|
|
|
|
|
by fippi
695 days ago
|
|
I also wrote my own pseudo-DDNS recently! With inspiration from a couple of similar projects on github Mine is a golang executable that runs directly on my OpenWRT-based router on a 30 minute cron job. The beauty of running it on my router directly is that I can simply query the `eth0` interface for my public ip address - no need for a `curl` to determine my public IP. https://github.com/jackphilippi/r53-ddns |
|