From 45fbfc78e656f6f15a1a035fa66f5ca57237cddf Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 24 Apr 2019 15:34:02 +0200 Subject: [PATCH] dnsdist: Document that `checkInterval` was only introduced in 1.4.0 --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index e81b706b7..c6992f77c 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -352,7 +352,7 @@ Servers Added ``checkClass``, ``sockets`` and ``checkFunction`` to server_table. .. versionchanged:: 1.4.0 - Added ``checkTimeout`` and ``rise`` to server_table. + Added ``checkInterval``, ``checkTimeout`` and ``rise`` to server_table. Add a new backend server. Call this function with either a string:: -- 2.50.1