Faidon has uploaded a new change for review. https://gerrit.wikimedia.org/r/76492
Change subject: Switch our own recursors to new NS service IPs ...................................................................... Switch our own recursors to new NS service IPs This really needs to be in a variable but I'm lazy and deferring to until we modularize recursors. Change-Id: I1a469092dc68014b79601dcc137d9e6967147a10 --- M templates/powerdns/recursor.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/92/76492/1 diff --git a/templates/powerdns/recursor.conf.erb b/templates/powerdns/recursor.conf.erb index f95f586..02c9344 100644 --- a/templates/powerdns/recursor.conf.erb +++ b/templates/powerdns/recursor.conf.erb @@ -81,7 +81,7 @@ # forward-zones Zones for which we forward queries, comma separated domain=ip pairs # -forward-zones= wmnet=208.80.152.130;208.80.152.142;91.198.174.4, 10.in-addr.arpa=208.80.152.130;208.80.152.142;91.198.174.4, wmflabs=208.80.152.32 +forward-zones= wmnet=208.80.154.238;208.80.152.214;91.198.174.4, 10.in-addr.arpa=208.80.154.238;208.80.152.214;91.198.174.4, wmflabs=208.80.152.32 ################################# # hint-file If set, load root hints from this file -- To view, visit https://gerrit.wikimedia.org/r/76492 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1a469092dc68014b79601dcc137d9e6967147a10 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
