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
This commit is contained in:
Gray Williams
2026-08-03 12:30:54 -05:00
committed by GitHub
parent 388285c168
commit 9d0edc592a
+2
View File
@@ -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).