From cfeef0d981783afae31838f1057a9dc5e08fea73 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 14 Oct 2016 12:35:26 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02d982..cbcaf3b 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,5 @@ Note: `get()` is a no-op for `dns-01`. For node-letsencrypt internals: * `getOptions()` returns the internal defaults merged with the user-supplied options -* `loopback(defaults, domain, challange, keyAuthorization, done)` should test, by external means, that the ACME server's challenge server will succeed +* `loopback(defaults, domain, challange, done)` performs a dns lookup of the txt record * `test(opts, domain, challange, keyAuthorization, done)` runs set, loopback, remove, loopback