blob: de771bcb55345f4ef1d5b72e00c5fe7a2b59553a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
### 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
## Max number of most recently synchronized mirrors you want in the list:
#--latest 10
## How to sort the ranked mirrorlist
## (e.g. 'rate' for speed, 'age' for newest packages):
#--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"
|