From 426bb80002cb722f423074108886a104d83561ce Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 14 Jun 2026 09:15:41 +0700 Subject: [PATCH] fix ip range --- modules/system/homelab/mc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 29b45ba..e8b8c53 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -93,7 +93,7 @@ in { whitelistTCPShieldServers = false; proxyServerIPs = [ "127.0.0.1" "::1" ]; directAccessIPs = [ - "127.0.0.1" "::1" # localhost + "127.0.0.0/8" "::1/128" # localhost "100.64.0.0/10" "fd7a:115c:a1e0::/48" # tailscale "192.168.1.0/24" "10.3.14.0/24" # lan ];