ddns
ddns copied to clipboard
a multiple providers ddns script without dependencies
https://github.com/phuslu/ddns/blob/6276d2285d327bda4be03f6754a390ecdbbcbbba/ddns#L40
```sh INFO:godaddy domain='xxx.xxx.xxx' to ip=u'18.49.5.215' info: {"code":"INVALID_BODY","fields":[{"code":"UNEXPECTED_TYPE","message":"is not a array","path":"records"}],"message":"Request body doesn't fulfill schema, see details in `fields`"} ```
Sometimes we really need to visit a Internet service to get our IP address such as when we are in a LAN in a LAN in a LAN... But the...
I want to run `ddns` as a daemon, in `systemd` so my DNS can be updated in real time. You can implemente this feature by add a option `--daemon` and...