I executed acme-dns-client register and created proper CNAME record for domain.example.org - now I'd like to remove every trace of it from acme-dns-client as well as acme-dns.
How this can be done? The acme-dns-client only accepts register, check and list as a command.
Similar issue is with the case when I'd like to amend the value of -allow parameter for already registered user. Can this be done?
I executed
acme-dns-client register
and created properCNAME
record for domain.example.org - now I'd like to remove every trace of it fromacme-dns-client
as well asacme-dns
.How this can be done? The
acme-dns-client
only acceptsregister
,check
andlist
as a command.Similar issue is with the case when I'd like to amend the value of
-allow
parameter for already registered user. Can this be done?