]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: be
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 7 Apr 2026 01:04:24 +0000 (21:04 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 7 Apr 2026 01:19:13 +0000 (21:19 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/advanced/luaaction.rst
pdns/dnsdistdist/docs/advanced/snmp.rst
pdns/dnsdistdist/docs/reference/config.rst

index 815a5f13203dba9d4ecccffb7ecbad22810b785f..4bd62ed1f6279ce3966a3c224fec527b65fedc26 100644 (file)
@@ -31,7 +31,7 @@ And for a custom action:
   addAction(AllRule(), LuaAction(lua_route_tc_to_abuse_pool))
 
 If the YAML configuration is used, there are three different ways of calling a Lua function. The first option is to declare the Lua function in
-a global Lua file that will loaded before the YAML configuration is parsed. This is done by creating a Lua file with the exact same name as
+a global Lua file that will be loaded before the YAML configuration is parsed. This is done by creating a Lua file with the exact same name as
 the YAML configuration one, but with a ``.lua`` extension. See :doc:`../reference/yaml-settings` for more information. For example, creating
 a file named ``/etc/dnsdist/dnsdist.lua`` containing:
 
index 5d944b79a0d384cd6b74d870afaf0583f5f43b4d..2c594a9073c45a31332640589837adc627cac9cf 100644 (file)
@@ -19,7 +19,7 @@ This can be done with the following lines in ``snmpd.conf`` (assuming `dnsdist`
 
   agentxperms 0700 0700 dnsdist dnsdist
 
-In order to allow the retrieval of statistics via SNMP, ``snmpd``'s access control has to configured.
+In order to allow the retrieval of statistics via SNMP, ``snmpd``'s access control has to be configured.
 A very simple SNMPv2c setup only needs the configuration of a read-only community in ``snmpd.conf``::
 
   rocommunity dnsdist42
index d9154b8c1f8b9efa6e56e29a9bb14588ccc242e4..d86258e961696fc8815263e741a0de9681b8b92b 100644 (file)
@@ -1744,7 +1744,7 @@ faster than the existing rules.
       ``options`` optional parameter added
 
     Adds a rate-limiting rule for the ratio of cache-misses responses over the total number of responses for a given client.
-    A minimum global cache-hit ratio has to specified to prevent false-positive when the cache is empty.
+    A minimum global cache-hit ratio has to be specified to prevent false-positive when the cache is empty.
 
     :param float ratio: Ratio of cache-miss responses per second over the total number of responses for this client to exceed
     :param int seconds: Number of seconds the ratio has been exceeded