Page 1 of 1

Add SmartDNSProxy to Dynamic DNS list?

Posted: Wed Jul 01, 2020 11:57 am
by foxyboy
Hi,

Im sure this is possible by adding an entry to the existing /etc/ddns_providers.conf but the exact syntax seems to be a little confusing.

the details to implement on dd-wrt can be found here https://support.smartdnsproxy.com/artic ... wrt-router
it appears we have parameters
Server globalapi.net
User dot
Password dot
Hostname aa.bb.cc
and an additional unnamed parameter with the following string where XXXXXXXX will be a unique id found in your account profile

--dyndns_system custom@http_svr_basic_auth --dyndns_server_name www.globalapi.net --dyndns_server_url /sdp/api/IP/update/XXXXXXXX?garbage=

Has anyone any pointers on what this additional section in /etc/ddns_providers.conf should look like ?

Re: Add SmartDNSProxy to Dynamic DNS list?

Posted: Thu Jul 02, 2020 7:46 pm
by Lantis
Their documentation is non existent, so this is a pure guess.

Code: Select all

service SmartDNSProxy
	url_template			https://dot:dot@globalapi.net/sdp/api/IP/update/[[KEY]]?garbage=
	required_variables		key
	required_variable_names		DyDNS.Key
	success_regexp			/^(good|nochg)/

Re: Add SmartDNSProxy to Dynamic DNS list?

Posted: Sun Jul 26, 2020 6:13 am
by foxyboy
Thanks Lantis, ill try this when i can as its a friends setup.
Ill also see if they can prvode a simple script i can put in a cronjob, migt be easier as its not quite a full dyndns setup

Re: Add SmartDNSProxy to Dynamic DNS list?

Posted: Sun Jul 26, 2020 7:15 am
by foxyboy
Thanks Lantis, ill try this when i can as its a friends setup.
Ill also see if they can prvode a simple script i can put in a cronjob, migt be easier as its not quite a full dyndns setup