From cade4dd127dda2373bfe0292c6418f04cab725d5 Mon Sep 17 00:00:00 2001 From: "Clifford W. Hansen" Date: Mon, 9 May 2022 10:52:07 +0200 Subject: [PATCH] Update dnsip.markdown (#22691) --- source/_integrations/dnsip.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/dnsip.markdown b/source/_integrations/dnsip.markdown index 5c07c548463..c17f06b4dff 100644 --- a/source/_integrations/dnsip.markdown +++ b/source/_integrations/dnsip.markdown @@ -14,7 +14,7 @@ ha_codeowners: ha_integration_type: integration --- -The DNS IP integration will expose an IP address, fetched via DNS resolution, as its value. It provides both IPv4 and IPv6 lookup as separate sensors depending on accessibility to resolvers. +The DNS IP integration will expose an IP address, fetched via DNS resolution (every 2 minutes), as its value. It provides both IPv4 and IPv6 lookup as separate sensors depending on accessibility to resolvers. 1. When you enable the integration with the default value, it will query the [OpenDNS](https://www.opendns.com/) nameservers with the hostname `myip.opendns.com`, which will resolve to your external/public IP address. 2. If you specify a `hostname`, a regular DNS lookup will be performed, providing you the IP the hostname resolves to.