From 623a3e138658c3ff6c27eda00759f94a2ec31bb8 Mon Sep 17 00:00:00 2001 From: Lett <73402249+BnDLett@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:02:50 -0400 Subject: [PATCH 1/2] Add Lett's Servers Added Lett's servers (really it's just one server) to the server list. --- servers_v7.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/servers_v7.json b/servers_v7.json index 51897f609702..3445dc023bb1 100644 --- a/servers_v7.json +++ b/servers_v7.json @@ -335,5 +335,9 @@ { "name": "LibreDUSTRY", "address": ["46.4.114.111"] - } + }, + { + "name": "Lett's Servers", + "address": ["lett.fairuse.org:9378"] + }, ] From 20fbbe3ec0ab327119224ca4e765923c656fded8 Mon Sep 17 00:00:00 2001 From: Lett <73402249+BnDLett@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:20:04 -0400 Subject: [PATCH 2/2] Adjust the domain name for LSN. Lett's Server Network is switching from lett.fairuse.org to lettsn.org. As such, it will use mindustry.lettsn.org for direct connects via ports and sandbox.lettsn.org for SRV based connections to the server. --- servers_v7.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers_v7.json b/servers_v7.json index 3445dc023bb1..679fd76f9dc4 100644 --- a/servers_v7.json +++ b/servers_v7.json @@ -338,6 +338,6 @@ }, { "name": "Lett's Servers", - "address": ["lett.fairuse.org:9378"] + "address": ["mindustry.lettsn.org:9378"] }, ]