From e79b2eeb05fd9ef9a7d8ef95ba02879a0131bcf5 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 1 Jun 2025 19:01:23 -0300 Subject: [PATCH] iptables doesn't understand hostnames --- hosts/modules/trantor/networking.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/modules/trantor/networking.nix b/hosts/modules/trantor/networking.nix index 6de3d0c..d1c6b09 100644 --- a/hosts/modules/trantor/networking.nix +++ b/hosts/modules/trantor/networking.nix @@ -17,17 +17,17 @@ { sourcePort = 25565; proto = "tcp"; - destination = "alexandria:25565"; + destination = "100.76.19.50:25565"; } { sourcePort = 25565; proto = "udp"; - destination = "alexandria:25565"; + destination = "100.76.19.50:25565"; } { sourcePort = 19132; proto = "udp"; - destination = "alexandria:19132"; + destination = "100.76.19.50:19132"; } ]; };