From 4a70c0c122995aa383edae66339151aa818628ba Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 14 Jun 2026 10:09:49 +0700 Subject: [PATCH] add proxy ip --- modules/system/homelab/mc.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index e8b8c53..5342df8 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -91,7 +91,10 @@ in { files."config/proxy_protocol_support.json".value = { enableProxyProtocol = true; whitelistTCPShieldServers = false; - proxyServerIPs = [ "127.0.0.1" "::1" ]; + proxyServerIPs = [ + "127.0.0.1" "::1" + "127.185.172.53" # playit + ]; directAccessIPs = [ "127.0.0.0/8" "::1/128" # localhost "100.64.0.0/10" "fd7a:115c:a1e0::/48" # tailscale