Lcarr has uploaded a new change for review. https://gerrit.wikimedia.org/r/84092
Change subject: fixing up the ntp ip list ...................................................................... fixing up the ntp ip list Change-Id: I866746130e2b6019ce50c84c04f24d11a5ed5754 --- M modules/ntp/templates/ntp-server.erb 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/92/84092/1 diff --git a/modules/ntp/templates/ntp-server.erb b/modules/ntp/templates/ntp-server.erb index b013a5f..1f9b9e1 100644 --- a/modules/ntp/templates/ntp-server.erb +++ b/modules/ntp/templates/ntp-server.erb @@ -45,6 +45,9 @@ restrict 208.80.152.0 mask 255.255.252.0 kod notrap nomodify nopeer restrict 91.198.174.0 mask 255.255.255.0 kod notrap nomodify nopeer restrict 2620:0:860:: mask ffff:ffff:ffff:: kod notrap nomodify nopeer +restrict 198.35.26.0 mask 255.255.254.0 kod notrap nomodify nopeer +restrict 185.15.56.0 mask 255.255.252.0 kod notrap nomodify nopeer +restrict 2a02:ec80:: mask ffff:ffff:: kod notrap nomodify nopeer <% else -%> # Allow the monitoring server to query us # neon -- To view, visit https://gerrit.wikimedia.org/r/84092 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I866746130e2b6019ce50c84c04f24d11a5ed5754 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Lcarr <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
