From df32e6127bba97ef1215dca25886c6179e8d5959 Mon Sep 17 00:00:00 2001 From: Shane Bishop Date: Mon, 5 Sep 2022 16:04:07 -0600 Subject: [PATCH] Update comments in header --- dnsapi/dns_bunny.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns_bunny.sh b/dnsapi/dns_bunny.sh index cd41e03d..bc39fc38 100644 --- a/dnsapi/dns_bunny.sh +++ b/dnsapi/dns_bunny.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -## Will be called by acme.sh to add the txt record to your api system. +## This will be called by acme.sh to add the TXT record to the Bunny.net API. ## returns 0 means success, otherwise error. ## Author: nosilver4u