Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
authorMartin Zobel-Helas <zobel@debian.org>
Thu, 9 May 2013 19:23:52 +0000 (21:23 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Thu, 9 May 2013 19:23:52 +0000 (21:23 +0200)
* 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet:
  Kill christoph IP addresses per request
  Add pejacevic dedication
  Dist nsswitch.conf from puppet
  Add wwids for pejacevic and -srv
  Try to find config harder
  Produce different schroot config files depending on distro
  Make schroot scripts work on wheezy
  Only source /etc/schroot/default/config if it exists

modules/named/manifests/init.pp

index 1ce12c9..a2dde9d 100644 (file)
@@ -16,6 +16,12 @@ class named {
                ensure => running,
        }
 
+       @ferm::rule { 'dsa-bind-no-ddos-any':
+               domain      => '(ip ip6)',
+               description => 'Allow nameserver access',
+               rule        => 'proto udp dport 53 mod string from 32 to 64 algo bm hex-string \'|0000ff0001|\' jump DROP'
+       }
+
        @ferm::rule { 'dsa-bind':
                domain      => '(ip ip6)',
                description => 'Allow nameserver access',