]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
stop tracking output as well
authorStephen Gran <steve@lobefin.net>
Mon, 21 Jan 2013 12:18:44 +0000 (12:18 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 21 Jan 2013 12:20:56 +0000 (12:20 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/init.pp

index 83647911b5d671358e2eb1e8787c9fa679ad2701..9cc377e6e58e9c82c2b4f48a91743732c4fa2ae1 100644 (file)
@@ -24,6 +24,14 @@ class named {
                rule        => 'proto (tcp udp) dport 53 jump NOTRACK'
        }
 
+       @ferm::rule { 'dsa-bind-notrack-out':
+               domain      => '(ip ip6)',
+               description => 'NOTRACK for nameserver traffic',
+               table       => 'raw',
+               chain       => 'PREROUTING',
+               rule        => 'proto (tcp udp) sport 53 jump NOTRACK'
+       }
+
        file { '/var/log/bind9':
                ensure => directory,
                owner  => bind,