42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
### Default 'reflector options' for reflector-simple.
|
|
#
|
|
#
|
|
# Below you'll find the *default* values
|
|
# used by reflector-simple. The values below are shown as
|
|
# commented out since they are the defaults.
|
|
# These are simply options of the reflector app.
|
|
# Use command 'reflector --help' for more info about the options.
|
|
#
|
|
# Note:
|
|
# if your detected location (country) has Arch mirror(s),
|
|
# then (by default) it will be selected in reflector-simple.
|
|
#
|
|
# If your country has no Arch mirrors, then you must give
|
|
# one or more countries here or select in reflector-simple.
|
|
#
|
|
# Regardless of the above, you may give any selection
|
|
# of countries here.
|
|
|
|
############# Now the default values: ###############
|
|
|
|
## Which protocols should be supported (https preferred):
|
|
--protocol https,http,rsync
|
|
|
|
## Max number of most recently synchronized mirrors you want in the list:
|
|
--latest 50
|
|
|
|
## How to sort the ranked mirrorlist
|
|
## (e.g. 'rate' for speed, 'age' for newest packages):
|
|
--fastest 50
|
|
--sort rate
|
|
|
|
## Choose countries. By default your local country will likely be detected.
|
|
## To see supported countries, use command 'reflector --list-countries'.
|
|
## Examples (note the different syntaxes):
|
|
## --country Brazil,Finland,Germany,Netherlands
|
|
## -cBR,FI,DE,NL
|
|
## --country CA,"United States"
|
|
-c CA,FI,FR,DE,IS,IE,IT,JP,KZ,LV,LU,NZ,NO,PL,PT,RU,SG,ES,SE,CH,TW,TH,
|
|
|
|
--save /etc/pacman.d/mirrorlist
|