Add antiharassment to callout_users, grey_users, rbllist, and rhsbllist
[mirror/dsa-puppet.git] / modules / roles / manifests / ports_mirror.pp
index 31cf1b5..a2f5bfa 100644 (file)
@@ -1,12 +1,14 @@
 class roles::ports_mirror {
+       include roles::archvsync_base
+
        $vhost_listen = $::hostname ? {
-               klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
-               mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80',
+               klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80 [2001:67c:2564:a119::148:14]:80',
+               mirror-isc => '149.20.4.15:80 [2001:4f8:1:c::15]:80',
                default => '*:80',
        }
        $onion_v4_addr = $::hostname ? {
                klecker    => '130.89.148.14',
-               mirror-isc => '149.20.20.22',
+               mirror-isc => '149.20.4.15',
                default    => undef,
        }