Dns management abp console library module let you update cname record in cloudflare.
Before you use this module make sure you update the cloudflare token and zone id. You can create this in your cloudflare account
Create Your Token and ZoneId & AccountId
You must have this following inside appsettings.json
{
{
"Cloudflare": {
"Token": "{place your cloudflare token}",
"ZoneId": "{place your cloudflare zone id}",
"AccountId": "{place your cloudflare account id}"
}
}
}