summarylogtreecommitdiffstats
path: root/reflector.conf
diff options
context:
space:
mode:
authorkillermoehre2017-02-25 17:13:08 +0100
committerkillermoehre2017-02-25 17:13:08 +0100
commit63f820626d75420b5bdffc6437cbf32d5ba79a76 (patch)
tree58af1070876ada6fa33d83964fb4dc3884e819d8 /reflector.conf
parentc164b4e778ee5036bfa396285db6dbf626cabbde (diff)
downloadaur-63f820626d75420b5bdffc6437cbf32d5ba79a76.tar.gz
thanks to dvzrv: fixed the actual protocol selection. it probably worked never as intended
Diffstat (limited to 'reflector.conf')
-rw-r--r--reflector.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/reflector.conf b/reflector.conf
index 397e063c5ec5..4674b84de368 100644
--- a/reflector.conf
+++ b/reflector.conf
@@ -4,7 +4,7 @@ LATEST=30
NUMBER=20
SORT=rate
### remove an entry if you don't want it as available protocol
-PROTOCOL1=http
-PROTOCOL2=https
-PROTOCOL3=ftp
-PROTOCOL4=rsync
+PROTOCOL1='-p http'
+PROTOCOL2='-p https'
+PROTOCOL3='-p ftp'
+PROTOCOL4='-p rsync'