From 49facd9d39409dd54219119ee046c10d779ce19c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 5 May 2021 20:43:52 +0300 Subject: [PATCH] etc/dnf.conf: comment tor example --- etc/dnf/dnf.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index a17b74f0..3e25648a 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -4,8 +4,15 @@ installonly_limit=3 clean_requirements_on_remove=True best=False skip_if_unavailable=True + # Explicitly enable finding the fastest mirror fastestmirror=true + # default 3, max 20, often suggested 10. I am not sure high numbers bring # benefit, but double seems fine max_parallel_downloads=6 + +# Tor, other than the dnf part, apg so different circuits +#proxy=socks5://127.0.0.1:9050 +#proxy_username=dnfOodCicucpi +#proxy_password=dnfmejarvAgBy