diff --git a/conf/pacman-mirrors.conf b/conf/pacman-mirrors.conf index de18e1b9b1c0795a5e54eabff99443797e66c55d..0375375c5cb1892fd924aa3cf947f41dd5cc369e 100644 --- a/conf/pacman-mirrors.conf +++ b/conf/pacman-mirrors.conf @@ -11,13 +11,15 @@ # Method = rank ## Define protocols and priority eg. 'https,http' or 'http,https' +## Available protocols are: http, https, ftp ## Defined protocols are written to the mirrorlist ## Leaving a protocol out will ban the protocol from being used ## Empty means all in no particular order # Protocols = -## Specify to use only mirrors from specific a country. -## Can add multiple countries separated by a comma (ex: Germany,France) +## Specify to use only mirrors from a specific country. +## Can add multiple countries separated by a comma (example: Germany,France,Belgium) +## Get a list of all available counties with 'pacman-mirrors -l' ## Empty means all # OnlyCountry = @@ -33,7 +35,7 @@ ## pacman-mirrors package upgrade. # NoUpdate = False -## When set to True - only ssl-enabled mirrors is used. +## When set to True - only ssl-enabled mirrors are used. # SSL = False ## When set to False - all certificates are accepted.