X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fnamed%2Fmanifests%2Finit.pp;h=a9a200f1ec092296f4673e1972d4c72496e39159;hb=a532f9f91159c2b87ab92416b2434d321040db40;hp=83647911b5d671358e2eb1e8787c9fa679ad2701;hpb=d41d2fce811cc8a465d274fd29ace8c065f99703;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/init.pp b/modules/named/manifests/init.pp index 83647911b..a9a200f1e 100644 --- a/modules/named/manifests/init.pp +++ b/modules/named/manifests/init.pp @@ -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 => 'OUTPUT', + rule => 'proto (tcp udp) sport 53 jump NOTRACK' + } + file { '/var/log/bind9': ensure => directory, owner => bind,