Updated DNS API Dev Guide (markdown)

master
neil 2022-06-26 08:30:01 +08:00
parent 0972111c56
commit f242d35f88
1 changed files with 2 additions and 2 deletions

@ -23,9 +23,9 @@ Here we go:
Read it first:
https://github.com/Neilpang/acme.sh/blob/master/dnsapi/dns_cf.sh
### 2. The script file name must be `myapi.sh`
### 2. The script file name must be `dns_myapi.sh`
The file name must be in this format: `yourApiName.sh`, in this example, it should be `myapi.sh`
The file name must be in this format: `dns_yourApiName.sh`, in this example, it should be `dns_myapi.sh`
### 3. The file can be placed in `acme.sh/` folder, or in `acme.sh/dnsapi/` subfolder.