From cda5690141327e4e1ab633d4b9e84bbb3c50f1d4 Mon Sep 17 00:00:00 2001 From: hiska Date: Wed, 8 Mar 2017 04:28:35 +0900 Subject: [PATCH] correct author --- dnsapi/dns_dnsever.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsapi/dns_dnsever.sh b/dnsapi/dns_dnsever.sh index 6196c7d7..c1807e85 100644 --- a/dnsapi/dns_dnsever.sh +++ b/dnsapi/dns_dnsever.sh @@ -1,13 +1,13 @@ #!/usr/bin/env sh #Here is a sample custom api script. -#This file name is "dns_myapi.sh" +#This file name is "dns_dnsever.sh" #So, here must be a method dns_myapi_add() #Which will be called by acme.sh to add the txt record to your api system. #returns 0 means success, otherwise error. # -#Author: Neilpang -#Report Bugs here: https://github.com/Neilpang/acme.sh +#Author: hiska +#Report Bugs here: https://github.com/hiskang/acme.sh # ######## Public functions #####################