I’m trying to evaluate ability of cloudflare DNS and register a free account.
My idea will be to use cloudflare DNS service to replace my current DNS.
I’m trying to add NAPTR records to my test domain and it’s fail.
Looks like cloudflare has some issue with their service?
Here is more details:
I create an A record:
A server1 104.33.44.55 5 min DNS only
them create SRV record:
15 50 7000 server1.domain.net 5 min DNS only
_sip._udp.domain.net points to server1.domain.net and listens on _udp port 7000 for _sip services.
And now when I’m trying to add NAPTR record:
domain.net has NAPTR record 10 100 “S” “SIP+D2U” “” _sip._udp.domain.net.
And it’s return me an error:
DNS Validation Error (Code: 1004)
I remove all the record and add them all over again, but still see the same error…
I double check all records and all ip’s and they are all correct. Same configuration work without any issue on other DNS servers. Looks like it’s bad idea to use such of buggy service and I’m probably will setup my own DNS server…
Any ideas?