Re: [Ddclient-support] clouflare dns no longer working
Brought to you by:
supersandro2000,
wimpunk
From: Ellie R. <ell...@gm...> - 2018-12-11 16:27:50
|
Hi, while doing that pastebin I noticed something was very very wrong with this thing. I have absolutely no idea as to why, but it appears that cloudflare protocol was accidentally set to use ipv4.tunnelbroker.net -- that won't do at all ! As I understood it I could define another config section for another protocol... It appears that since I didn,t set any server in the cloudflare protocol section of my config file, that the ipv4.tunnelbroker.net of my tunnelbroker section, complete with dyndns2, is overriding the default cloudflare server entirely.... Should this be expected ? Should I manually set the cloudflare server in this case and if so to what exactly ? Thanks wi...@us... a écrit : > >> On 11 Dec 2018, at 12:45, Ellie Revves <ell...@gm...> wrote: >> >> Hi, >> subject pretty much says it all >> I cannot seem to get the cloudflare protocol to work anymore even though I have not changed my config, I only have this as output to debug: >> >> WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' >> WARNING: skipping update of mydomain.com from <nothing> to xx.xx.xxx.xx. >> WARNING: last updated <never> but last attempt on Tue Dec 11 08:31:29 2018 failed. >> >> And this line in the ddclient cache: >> >> atime=1544517689,backupmx=0,host=mydomain.com,ip=,mtime=0,mx=,static=0,status=noconnect,warned-min-error-interval=0,warned-min-interval=0,wildcard=0,wtime=0 mydomain.com >> >> I have not touched anything except the config options I needed in the ddclient.conf: >> >> use=if, if=wan # via interfaces >> ssl=yes # use ssl-support. Works with >> daemon=300 # check every 300 seconds >> syslog=yes # log update msgs to syslog >> pid=/var/run/ddclient.pid # record PID in file. >> ## CloudFlare (www.cloudflare.com) >> protocol=cloudflare, \ >> zone=mydomain.com, \ >> login=my_email, \ >> password=my_token, \ >> mydomain.com, >> >> Can anyone help out ? I also update my tunnelbroker ip with the exact same config at least for ssl and using the wan interface -- the interface IS really called wan. >> Thanks ! >> >> > Can you please run ddclient -daemon=0 -debug -verbose -noquiet and post the result on pastebin? > > Kind regards, > > wimpunk. > |