Update dns-myapi.sh

This commit is contained in:
Sergei Filippov 2016-04-15 23:41:15 +12:00
parent b0515cf8c0
commit fb67522324
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#Here is a sample custom api script.
#This file name is "dns-myapi.sh"
#So, here must be a method dns-myapi-add()
#Which will be called by le.sh to add the txt record to your api system.
#Which will be called by acme.sh to add the txt record to your api system.
#returns 0 meanst success, otherwise error.