How to change mirrors?

Hello,
I recently installed Fedora 41.
Is it possible to change mirrors and if so, how to realize this ?
Thanks in advance for your reply.
Best regards.

Mirrors are set in

/etc/yum.repos.d/

The base fedora repos are

fedora.repo
fedora-updates.repo

You can change settings in /etc/yum.repos.d/fedora-updates.repo to pick from a country e.g.

metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch&country=us

Or you can hardcode a mirror by changing the baseurl (make sure it is uncommented (#) and metalink is commented (#) from

baseurl=https://fedora.mirrorservice.org/fedora/linux/updates/$releasever/Everything/$basearch/

To, e.g.

baseurl=https://mirror.aarnet.edu.au/pub/fedora/linux/updates/$releasever/Everything/$basearch/

You can find a list of mirrors at
https://mirrormanager.fedoraproject.org/

Let me know if I made any mistakes and I will edit.

You would usually let dnf figure it out for you using fastestmirrors, unless I’m misunderstanding your question. Setting up faster update mirrors for Fedora