]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daf: fix example in documentation
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 1 Apr 2020 15:07:53 +0000 (17:07 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 2 Apr 2020 11:57:33 +0000 (13:57 +0200)
modules/daf/README.rst

index 51d7b4abe2ad21f6ddbfe0b04828bea35d9cbaab..a988028a51822ec1a89c4c00b2ed981a1bfe667b 100644 (file)
@@ -25,7 +25,7 @@ Firewall rules are declarative and consist of filters and actions. Filters have
     daf.add('qname ~ %w+.example.com AND src = 192.0.2.0/24 deny')
 
     -- We also can reroute addresses in response to alternate target
-    -- This reroutes 1.2.3.4 to localhost
+    -- This reroutes 192.0.2.1 to localhost
     daf.add('src = 127.0.0.0/8 reroute 192.0.2.1-127.0.0.1')
 
     -- Subnets work too, this reroutes a whole subnet