From 4be2273662e6c887795a4a5cd918466a2368970b Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 18 Dec 2020 18:06:50 -0500 Subject: [PATCH] Minor update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0cc3b8c..0d0b9d09 100644 --- a/README.md +++ b/README.md @@ -576,8 +576,9 @@ established. Defining a `dns` configuration in a service will automatically mark that service as a service of type DNS: ```yaml +services: - name: example dns query - url: "8.8.8.8" # Address of the DNS server to use + url: "8.8.8.8" # Address of the DNS server to use interval: 30s dns: query-name: "example.com"