X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Finit.pp;h=a2dde9d3c863e7c651e2a567d7140da9efea142f;hb=3e4e0946835e0ca9b9167b38ac17949754a0f120;hp=a9a200f1ec092296f4673e1972d4c72496e39159;hpb=ab9d167e68d57e55ce0c52785b21d4122e1c0f9f;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/init.pp b/modules/named/manifests/init.pp index a9a200f1e..a2dde9d3c 100644 --- a/modules/named/manifests/init.pp +++ b/modules/named/manifests/init.pp @@ -2,6 +2,12 @@ class named { munin::check { 'bind': } + site::aptrepo { 'bind-ratelimit': + url => 'http://db.debian.org/debian-admin', + suite => 'bind-ratelimit', + components => 'main', + } + package { 'bind9': ensure => installed } @@ -10,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',