Name dot com record updater

hello,
does anyone within the forum happen to have a working name.com record update script for openwrt using the https://api.name.com?

thank you

Is this DDNS inquiry?

1 Like

the scripts at https://github.com/cstar007/name.com-ddns-shell should be enough for you to be able to set it up yourself.

3 Likes

not up to latest api from name with new update function.
will tweek around with it

thank you

ddns updater

1 Like

fall on this one too https://github.com/LowieHuyghe/name-com-ddns

the credentials variables are to be inserted in the run.sh file as:
USERNAME="Name.com_Login_Username"
TOKEN="Name.com_API_Token"
DOMAINNAME="example.org"
HOST="www"
TYPE="A"

and
jq lightweight command-line JASON processor must be installed in openwrt

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.