From d72d73ccae39e018592248314119b22994520e29 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 23 Oct 2018 18:29:04 +0200 Subject: [PATCH] Add a second easydns ipv4 address --- modules/ferm/templates/defs.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index c2340d03d..f705a4c8e 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -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); -- 2.20.1