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 9cc377e..a9a200f 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'
        }