summaryrefslogtreecommitdiff
path: root/xipkg.conf
blob: 964a60acc461fb08625ea9e4fa0bbe819eee1b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This is the default configuration for xipkg
#
include /etc/xipkg.d/default.conf

sources {
    #localhost       http://localhost:8089/repo/
    davidovski      https://xi.davidovski.xyz/repo/
    codeberg        https://xi.codeberg.page/repo/
    ftp             https://xilinux.ftp.sh/repo/
    ix              https://xilinux.ix.tc/repo/
    ro              https://xilinux.ro.lt/repo/
    invalid         https://xilinux.invalid/repo/
}

repos [
    core
    extra
]

# the number of times to ping a server to find out its speed
# use 0 to disable determining the fastest servers
pings 4