rubendepedro
Cadet
- Joined
 - Dec 12, 2017
 
- Messages
 - 2
 
Hello
I noticed that FreeNAS 11.1 introduced a bunch of new DDNS providers, including Duck DNS. How can one configure it in 'Services --> Dynamic DNS --> duckdns.org' without using a cron job? The fields on the form don't match the required values. For instance, the form asks for a Username + Password but Duck DNS only cares about the token.
As by API spec, in its simplest form, I just need this:
where:
I even tried this:
Regards,
Ruben P.
	
		
			
		
		
	
			
			I noticed that FreeNAS 11.1 introduced a bunch of new DDNS providers, including Duck DNS. How can one configure it in 'Services --> Dynamic DNS --> duckdns.org' without using a cron job? The fields on the form don't match the required values. For instance, the form asks for a Username + Password but Duck DNS only cares about the token.
As by API spec, in its simplest form, I just need this:
 https://duckdns.org/update/{YOURDOMAIN}/{YOURTOKEN}where:
 YOURDOMAIN - REQUIRED - only a single subdomain
YOURTOKEN - REQUIRED - your account tokenI even tried this:
 Provider: duckdns.org
CheckIP Server SSL: [x]
CheckIP Server: «blank»
CheckIP Path: «blank»
Use SSL: [x]
Domain name: YOURDOMAIN (just the subdomain, like YOURDOMAIN.duckdns.org)
Username: YOURTOKEN
Password: YOURTOKEN
Confirm Password: YOURTOKEN
Update Period: 600Regards,
Ruben P.