From: Stephen Gran Date: Wed, 12 May 2010 17:50:55 +0000 (+0100) Subject: BT seeding should be on v6 as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c56d43288aa6c908516487461a95ec1d7d7801d;p=dsa-puppet.git BT seeding should be on v6 as well Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 84bccf12..730a4b92 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -152,6 +152,7 @@ node default { rule => "proto ipv6 saddr 212.227.117.6 jump ACCEPT" } @ferm::rule { "dsa-powell-btseed": + domain => "(ip ip6)", description => "Allow powell to seed BT", rule => "proto tcp dport 8000:8100 jump ACCEPT" }