I've been assuming Cloudflare is the authoritative DNS / name server for your domain; is this not the case?
In my case, I am using Cloudflare as the authoritative DNS name servers for my domain with a dynamic IP, and use DOM to update an A record I created in Cloudflare (e.g. 'dynamic') and...
that config looks ok to me.
I'm not sure what 'request error' relates to; is there anything more descriptive in the system log for ddns when you apply the config, e.g.
maybe try resetting your dom password, possibly some special characters it doesn't like?
I think the request error is between...
here's my working config,
1. WAN-DDNS (password is DOM account password):
2. DOM (API token is the Cloudflare global API Key not an API Token, which did not work for me)
3. Cloudflare:
CNAME could be www instead of *
in wan-ddns config you have configured hostname as an fqdn not a hostname, so
in wan-ddns set hostname = dynamic
in dom, set hostname = dynamic
in cloud flare,
create an A record named dynamic and set your public IP
create CNAME record named www and target set to dynamic.<yourdomain>.co.uk...
Hi Gary
The A record should match the hostname you have set in merlin wan-ddns and DOM config (e.g. dynamic)
The CNAME should match your web server host (e.g. yoursite or *) and should point to the A record above,
e.g.
Type Name Content
A dynamic <your public IP>
CNAME yoursite...
not aware of a gui for CakeQOS (or is it new in alpha?)
see below for info
https://www.snbforums.com/threads/cakeqos-merlin-v1-0-8.70873/
https://github.com/ttgapers/cakeqos-merlin#cakeqos-merlin
once installed, run cake-qos via cli and use menu options...
not seeing this behaviour here; what model do you have?
If I disconnect/connect a device from/to the wifi (not tried ethernet connected devices), then the number of clients shown in the gui updates by 1 after about 20-25s without any interaction
I'm assuming you're using windows? this article should cover it; use the ed25519 option in PuTTYgen and copy/paste the public key to the GUI under administration > system > service > authorized keys...