Skip to content

Commit

Permalink
fix(bruteforce): update ips
Browse files Browse the repository at this point in the history
  • Loading branch information
AkekoChan committed Mar 13, 2024
1 parent 4188112 commit 5315b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/auth.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (process.env.ENVIRONMENT == "dev") {
} else {
// stores state with memcached
store = new MemcachedStore(
["3.75.158.163", "3.125.183.140", "35.157.117.28"],
["3.75.158.163:11211", "3.125.183.140:11211", "35.157.117.28:11211"],
{
prefix: "NoConflicts",
}
Expand Down

0 comments on commit 5315b5f

Please sign in to comment.