From 9d0edc592aefc41265da63fe26fb893e602794b7 Mon Sep 17 00:00:00 2001 From: Gray Williams Date: Mon, 3 Aug 2026 18:30:54 +0100 Subject: [PATCH] Update Reference-Architectures.md for private network refernce (#50423) Adds a reference to https://github.com/fleetdm/fleet/pull/50422 when using a proxy to consider the impact of `server_allow_private_network_integration` For #49727 --- docs/Deploy/Reference-Architectures.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Deploy/Reference-Architectures.md b/docs/Deploy/Reference-Architectures.md index 5cf3e329e2..bd1d92354a 100644 --- a/docs/Deploy/Reference-Architectures.md +++ b/docs/Deploy/Reference-Architectures.md @@ -125,6 +125,8 @@ Environment="HTTPS_PROXY=http(s)://PROXY_URL:PORT/" Environment="NO_PROXY=localhost,127.0.0.1,::1" ``` +> Note: If HTTP_PROXY/HTTPS_PROXY points at a loopback or private address, Fleet's private network blocking may block it. See [server_allow_private_network_integrations](https://fleetdm.com/docs/configuration/fleet-server-configuration#server-allow-private-network-integrations). + ## Public IPs of devices Fleet attempts to deduce the public IP of devices from well-known HTTP headers received on requests made by Fleet's agent (fleetd).