From 32977e17155f9f89f2f9b71dcfa9b129e02cc4d1 Mon Sep 17 00:00:00 2001 From: Gaudenz Steinlin Date: Wed, 22 Mar 2017 16:37:29 +0100 Subject: [PATCH] Document daddr parameter for hashlimit --- docs/rules.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rules.rst b/docs/rules.rst index 189cbfc..755a949 100644 --- a/docs/rules.rst +++ b/docs/rules.rst @@ -431,6 +431,10 @@ hashlimit Template to define rate limit rules using the `iptables hashlimit`_ extension. The following template-specific YAML keys are supported: +``daddr`` + Optional. List of destination IP addresses or networks to which the + rule is applied. + ``dport`` Optional. List of destination ports to which the rule is applied.