Faidon has submitted this change and it was merged. 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 until we modularize recursors. Change-Id: I1a469092dc68014b79601dcc137d9e6967147a10 --- M templates/powerdns/recursor.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Faidon: Verified; Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I1a469092dc68014b79601dcc137d9e6967147a10 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon <[email protected]> Gerrit-Reviewer: Faidon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
