Hi Mikael,

On Thu, Aug 06, 2026 at 09:38:39PM +0200, Mikael Morin wrote:
> I have been seeing the 429 error recently using unauthenticated git
> (command line, not any web page frontend) from the compile farm
> machines.  Is it possible to whitelist the machines or is the
> preferred way to use git+ssh or some other authentication mechanism?

Those are certainly ip addresses" we should make sure aren't throttled
by default. Do you happen to know if there is an official list of
addresses?

The following might work, but isn't very efficient:

for i in `seq 450`; do host cfarm$i.cfarm.net; done \
 | grep address | awk 'NF>1{print $NF}' 2>/dev/null | sort -u

Thanks,

Mark

Reply via email to