Skip to content

abp-extend/abp_dns_management

Repository files navigation

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

About

Dns management abp console library module let you update cname record in cloudflare dns.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages