Updated DNS API Dev Guide (markdown)
parent
0972111c56
commit
f242d35f88
|
@ -23,9 +23,9 @@ Here we go:
|
||||||
Read it first:
|
Read it first:
|
||||||
https://github.com/Neilpang/acme.sh/blob/master/dnsapi/dns_cf.sh
|
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.
|
### 3. The file can be placed in `acme.sh/` folder, or in `acme.sh/dnsapi/` subfolder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue