libdns / cloudflare

Cloudflare provider implementation for libdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seperate tokens for list/edit

freman opened this issue · comments

The way this module is written I have to create one token that covers list and edit for all zones

go-acme lets me create a list for all zones and an edit just for the zone I'm interested in, this is a somewhat more secure method.

Can you just create a cloudflare.Provider using one key for one zone, and another one for another zone?