From b3d0e54af2ad9c3e8ee54aa9ce8bb9fe9f38c85a Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Thu, 7 Oct 2021 01:08:17 -0400 Subject: [PATCH] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa539f30..59dd2225 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Here are some examples of conditions you can use: | `[IP]` | Resolves into the IP of the target host | 192.168.0.232 | `[BODY]` | Resolves into the response body. Supports JSONPath. | `{"name":"john.doe"}` | `[CONNECTED]` | Resolves into whether a connection could be established | `true` -| `[CERTIFICATE_EXPIRATION]` | Resolves into the duration before certificate expiration | `24h`, `48h`, 0 (if not using HTTPS) +| `[CERTIFICATE_EXPIRATION]` | Resolves into the duration before certificate expiration | `24h`, `48h`, 0 (if not using a protocol with certificates) | `[DNS_RCODE]` | Resolves into the DNS status of the response | NOERROR