From 2739fb98c535a34a041435dc33b84ecf343155de Mon Sep 17 00:00:00 2001 From: Aru Moon Date: Tue, 23 Jun 2026 23:07:27 +0500 Subject: [PATCH] Update of Aru Moon's tfc server Added contact email address and connection address changed to host name which can be used to resolve both IPv4 and IPv6 of the server. --- servers/tfc.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/servers/tfc.toml b/servers/tfc.toml index 9a19004..8e9ffee 100644 --- a/servers/tfc.toml +++ b/servers/tfc.toml @@ -1,6 +1,4 @@ -# Auto-populated on 2026-06-05 from old UDP master snapshots - [[server]] -address = "135.181.160.44:27018" +address = "ganymede.workbench.network:27018" protocol = 49 -host = "TFC 1.5 | Europe" +contact = "contact@workbench.network"