projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a2143
)
Add a second easydns ipv4 address
author
Peter Palfrader
<peter@palfrader.org>
Tue, 23 Oct 2018 16:29:04 +0000
(18:29 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 23 Oct 2018 16:29:04 +0000
(18:29 +0200)
modules/ferm/templates/defs.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/defs.conf.erb
b/modules/ferm/templates/defs.conf.erb
index
c2340d0
..
f705a4c
100644
(file)
--- 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);