Le 08/08/2026 à 09:44, Mark Wielaard a écrit :
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
There is [1] which only lists machine names, and with a lot of other
information surrounding them. Note by the way that some of them are
flagged as known to be unreachable in recent past.
That's the only list I am aware of.
Thanks for your work on these issues.
[1] https://portal.cfarm.net/machines/list/