From e2e987565332ef18f45ca31610bdeb45717a711d Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sun, 22 Jun 2025 11:33:13 -0400 Subject: [PATCH] Hippocampus: pterodactyl port fix --- machines/hippocampus/servers/public/pterodactyl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/hippocampus/servers/public/pterodactyl.nix b/machines/hippocampus/servers/public/pterodactyl.nix index f2deca9..1a82aab 100644 --- a/machines/hippocampus/servers/public/pterodactyl.nix +++ b/machines/hippocampus/servers/public/pterodactyl.nix @@ -32,11 +32,11 @@ externalInterface = "enp0s25"; enableIPv6 = true; forwardPorts = [ - { sourcePort = "25565:28000"; + { sourcePort = "25565:26000"; destination = "10.1.0.1:25565-25600"; proto = "tcp"; } - { sourcePort = "25565:28000"; + { sourcePort = "25565:26000"; destination = "10.1.0.1:25565-25600"; proto = "udp"; }