Deprecate shields-server.com domain (#3666)

Now that these s0.server.shields.io entries are set up through the main DNS on Cloudflare, we don't need the shields-server.com domain anymore. One less thing to maintain.
This commit is contained in:
Paul Melnikow
2019-07-07 16:37:42 -04:00
committed by GitHub
parent 9b6a51b61e
commit 9b3db0774b
3 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ function setRoutes(apiProvider, server) {
// password.
//
// e.g.
// curl --insecure -u ':very-very-secret' 'https://s0.shields-server.com/$github-auth/tokens'
// curl --insecure -u ':very-very-secret' 'https://s0.servers.shields.io/$github-auth/tokens'
server.ajax.on('github-auth/tokens', (json, end, ask) => {
if (!secretIsValid(ask.password)) {
// An unknown entity tries to connect. Let the connection linger for a minute.