]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
s/PREROUTING/OUTPUT/
authorStephen Gran <steve@lobefin.net>
Mon, 21 Jan 2013 12:23:25 +0000 (12:23 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 21 Jan 2013 12:23:25 +0000 (12:23 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/init.pp

index 9cc377e6e58e9c82c2b4f48a91743732c4fa2ae1..a9a200f1ec092296f4673e1972d4c72496e39159 100644 (file)
@@ -28,7 +28,7 @@ class named {
                domain      => '(ip ip6)',
                description => 'NOTRACK for nameserver traffic',
                table       => 'raw',
-               chain       => 'PREROUTING',
+               chain       => 'OUTPUT',
                rule        => 'proto (tcp udp) sport 53 jump NOTRACK'
        }