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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user