Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/277904
Change subject: Block access to jice.ddns.net instead of ip ...................................................................... Block access to jice.ddns.net instead of ip Since websites can just change an ip we can make it harder for them to change the domain. Change-Id: I329f9968a941e56bd3931772adc6363a697a0d9b --- M modules/phabricator/templates/phabbanlist.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/04/277904/1 diff --git a/modules/phabricator/templates/phabbanlist.conf.erb b/modules/phabricator/templates/phabbanlist.conf.erb index afe928c..ff35311 100644 --- a/modules/phabricator/templates/phabbanlist.conf.erb +++ b/modules/phabricator/templates/phabbanlist.conf.erb @@ -22,4 +22,4 @@ # jice.ddns.net cloning the site for # nefarious purposes -Require not ip 68.32.11.161 +Require not host jice.ddns.net -- To view, visit https://gerrit.wikimedia.org/r/277904 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I329f9968a941e56bd3931772adc6363a697a0d9b Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
