aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/xdg/reflector/reflector.conf
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:02 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:02 +0100
commitd9c9640de0cf82ca2583dc1de6d4754171ef7be5 (patch)
treeeec0eb714aadc03fda74440863b4cd105768176f /etc/xdg/reflector/reflector.conf
parenta26b26c3750723d7aba9a2e22554afff5218f39c (diff)
downloaddotfiles-d9c9640de0cf82ca2583dc1de6d4754171ef7be5.tar.gz
dotfiles-d9c9640de0cf82ca2583dc1de6d4754171ef7be5.tar.bz2
dotfiles-d9c9640de0cf82ca2583dc1de6d4754171ef7be5.zip
fix(etc/reflector): restore --protocol https; drop redundant flag
Pristine /etc/xdg/reflector/reflector.conf sets '--protocol https'. Dropping it reverts to reflector's permissive default (http, https, rsync, ftp), which could let non-HTTPS mirrors into the mirrorlist. Also drop '--completion-percent 100' — that's reflector's default.
Diffstat (limited to 'etc/xdg/reflector/reflector.conf')
-rw-r--r--etc/xdg/reflector/reflector.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/xdg/reflector/reflector.conf b/etc/xdg/reflector/reflector.conf
index a5dd94d..4ba2e2e 100644
--- a/etc/xdg/reflector/reflector.conf
+++ b/etc/xdg/reflector/reflector.conf
@@ -1,7 +1,7 @@
--save /etc/pacman.d/mirrorlist
+--protocol https
--country Spain,Portugal,France,Switzerland,Germany,Netherlands
--age 12
---completion-percent 100
--sort score
--fastest 10
--threads 12