fastrabbit/apt-mirror-server/etc/apt/mirror_ubn24.list

28 lines
805 B
Plaintext

#### START /etc/apt/mirror.list ####
set base_path /DATA/repos
set mirror_path $base_path/mirror
set skel_path $base_path/skel
set var_path $base_path/var
set cleanscript $var_path/clean.sh
set _autoclean 1
set use_proxy on
set http_proxy http://10.8.254.254:3128
set https_proxy http://10.8.254.254:3128
#set postmirror_script $var_path/postmirror.sh
set run_postmirror 0
set nthreads 40
set _tilde 0
deb-amd64 http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
deb-amd64 http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
deb-amd64 http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
clean http://archive.ubuntu.com/ubuntu
#### End ####