blob: ce7360a960ca614b9fda0c0d018f89a8b29cf8c5 (
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
|