Minecraft: Nintendo Switch Edition NEX server on the NextendoNetwork core
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Kazuals a126088e8a Cap and negative-cache NSA account lookups; require nextendo-nex v0.1.4
resolveNSAtoPID only memoised successful lookups, so every login attempt
carrying an unknown NSA id triggered a fresh outbound call to the shared
account service: a flood of bogus ids on the unauthenticated auth port turned
into amplification against the service every game depends on. Failures are now
negative-cached with a short TTL and concurrent outbound calls are capped
(fail-closed past the cap).

Requires nextendo-nex v0.1.4, which stops the secure endpoint from handing a
ticketless CONNECT an identity it never proved.
2026-08-11 20:32:51 +02:00
.gitignore Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
dashboard.go Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
example.env Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
gates.go Cap and negative-cache NSA account lookups; require nextendo-nex v0.1.4 2026-08-11 20:32:51 +02:00
go.mod Cap and negative-cache NSA account lookups; require nextendo-nex v0.1.4 2026-08-11 20:32:51 +02:00
go.sum Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
LICENSE.md Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
main.go Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00
README.md Initial minecraft NEX server (built on NextendoNetwork/nextendo-nex) 2026-08-10 20:46:27 +02:00

minecraft

NEX game server for minecraft, built on the NextendoNetwork nextendo-nex core. See example.env for configuration. Not affiliated with Nintendo.