summarylogtreecommitdiffstats
path: root/pkgdistcache.conf
blob: 4f168d71b597b4f4fe307a797d7696c8e43603d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# pkgdistcache configuration file

{
  # The TCP port for the daemon to listen on
  'port': 12500,

  # Command to use to download files
  'download_cmd': "/usr/bin/curl -C - -f -# -L -o $o $u"
}