I updated my Arch reflector list today for Germany, and it wants to include a mirror from a domain hugo-betrugo.de. In German, this reads like “Hugo Fraud”. Is that really a legit mirror site?
In /etc/pacman.d/mirrorlist:
## Germany
Server = https://mirror.hugo-betrugo.de/archlinux/$repo/os/$arch
Thanks, that’s helpful. I tried to enter that into the Optional reflector params field in the welcome app, but I must be making a stupid mistake—Server = https://mirror.hugo-betrugo.de/archlinux/$repo/os/$arch gets included every time.
Or am I checking the wrong file here? /etc/pacman.d/mirrorlist
Or should I maybe modify /etc/xdg/reflector/reflector.conf instead? Or /etc/reflector-simple.conf? (But both show different options from what I have in the Welcome app.)
Guess I got it. Seems you have to use a correct RegEx (like .*hugo-betrugo\.de.* but without any quoting! reflector-simple adds its own set of single quotes:
$ cat /etc/pacman.d/mirrorlist | grep -i hugo
# With: reflector --verbose -c DE --protocol https --sort age --latest 20 --download-timeout 5 --exclude '.*hugo-betrugo\.de.*'
Phew. What a lot of minor oddities one has to consider…
EDIT: And yes, --exclude hugo-betrugo\.de is actually good enough (the \ makes the following . a literal, instead of its normal meaning “any character”).
It’s not only soundcloud. There are also vids on YT, and there’s an insta account for a band with this name (hence the SoundCloud).
I think OP is overly cautious and this is just a meme name, but I also have my own policies for the mirror servers, so I can understand.
For the packages, I use only universities and hosters like netcologne or xtom:
grep -Ev '^(;|#|//|$)' /etc/pacman.d/mirrorlist:
Server = https://cdnmirror.com/archlinux/$repo/os/$arch
Server = https://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
Server = https://ftp.fau.de/archlinux/$repo/os/$arch
Server = https://mirror.informatik.tu-freiberg.de/arch/$repo/os/$arch
Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
Server = https://packages.oth-regensburg.de/archlinux/$repo/os/$arch
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
Server = https://mirrors.xtom.de/archlinux/$repo/os/$arch
Yes I saw all that when I was doing a search for that name , and I think you are being right about being overly cautios by the OP. As long it is not on top of the list of mirrors I think not a lot can happen (I saw it near the bottom of my list of mirrors from Germany after reranking the mirrors.