Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 691 Bytes

Readme.md

File metadata and controls

27 lines (17 loc) · 691 Bytes

abp_dns_management

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

Setup

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}"
		}
	}
	
}