From 8187e32d5dab9070c46ad3e6a3d9750818140b73 Mon Sep 17 00:00:00 2001 From: satr14 Date: Wed, 24 Jun 2026 09:41:37 +0700 Subject: [PATCH] reenable tunnel --- lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/options.nix b/lib/options.nix index 15876ec..c2bfd16 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -54,7 +54,7 @@ in { [ "Dockge" "docker" "https://containers.proxy.${domain}" "http://localhost:5001/" ] ]; routes = { - # "mc.${domain}" = "tcp://localhost:25565"; + "mc.${domain}" = "tcp://localhost:25565"; "docs-sandbox.${domain}" = "http://localhost:7090"; "docs.${domain}" = "http://localhost:7090";