Hi NasMan,
I am sorry but the current binary used to update the DDNS account doesn't support the provider regfish.
But you can use temporary cron to do that :
So enable cron and add a job with this following command :
- Code: Select all
/usr/bin/wget "https://dyndns.regfish.de/?fqdn=yourhostname.de.&thisipv4=1&token=77beb00bf597bbbf9dc3f2dc9f0b3ff5"
You can add these options in the command line:
-o logfile : to write the output message in logfile. Note : use fullpath and it has to begin with "/share/1000/yourshare/logfile" (yourshare is the name of the selected share, for example public, where you want to save)
-O docfile : to write the downfile in docfile. Note : use also fullpath and ....
Be careful, not to set a repeat time to short (some providers lock your account in this case)