Add a second easydns ipv4 address
authorPeter Palfrader <peter@palfrader.org>
Tue, 23 Oct 2018 16:29:04 +0000 (18:29 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 23 Oct 2018 16:29:04 +0000 (18:29 +0200)
modules/ferm/templates/defs.conf.erb

index c2340d0..f705a4c 100644 (file)
@@ -87,7 +87,7 @@
 
 @def $HOST_DNS_GEO_V4 = (<%= scope.function_filter_ipv4([rolehost['dns_geo']]).uniq.join(' ') %>);
 @def $HOST_DNS_GEO_V6 = (<%= scope.function_filter_ipv6([rolehost['dns_geo']]).uniq.join(' ') %>);
-@def $HOST_EASYDNS_V4 = (64.68.200.91);
+@def $HOST_EASYDNS_V4 = (64.68.200.91 205.210.42.80);
 @def $HOST_RCODE0_V4 = (83.136.34.0/27);
 @def $HOST_RCODE0_V6 = (2A02:850:8::/47);
 @def $HOST_NETNOD_V4 = (192.71.80.0/24 192.36.144.222 192.36.144.218 194.146.105.24 194.146.105.25);