RR
Size: a a a
RR
AS
AS
W
AS
BS
BS
BS
BS
BS
MM
UD
BS
UD
UD
# Directory to store mirrored files and other control files.
# The directory must be writable by go-apt-mirror.
dir = "/srv/tank/localrepo/go-apt-mirror"
# Maximum concurrent connections for an upstream server.
# Setting this 0 disables limit on the number of connections.
# Default: 10
max_conns = 10
# log specifies logging configurations.
# Details at https://godoc.org/github.com/cybozu-go/well#LogConfig
[log]
level = "info"
format = "plain"
# [mirror.xxx] defines a mirror configuration for a debian repository.
# "xxx" must match this regexp: ^[a-z0-9_-]+$
#
# url: The repository base URL.
# suites: List of suites to mirror. see sources.list(5).
# sections: List of sections to mirror. see sources.list(5).
# mirror_source: true to mirror source archives. Default is false.
# architectures: List of architectures to mirror. "all" is always mirrored.
[mirror.ubuntu]
url = "http://ru.archive.ubuntu.com/ubuntu"
suites = ["bionic", "bionic-updates", "xenial", "xenial-updates"]
sections = ["main", "restricted", "universe",
"main/debian-installer",
"restricted/debian-installer",
"universe/debian-installer"]
mirror_source = true
architectures = ["amd64", "i386"]
[mirror.security]
url = "http://security.ubuntu.com/ubuntu"
suites = ["bionic-security","xenial-security"]
sections = ["main", "restricted", "universe"]
mirror_source = true
architectures = ["amd64", "i386"]
[mirror.debian]
url = "http://ftp.ru.debian.org/debian"
suites = ["stable", "stable-updates", "stable-backports", "buster", "buster-updates", "buster-backports"]
sections = ["main", "contrib","non-free", "main/debian-installer"]
mirror_source = false
architectures = ["amd64", "i386"]
[mirror.debian-security]
url = "http://security.debian.org"
suites = ["stable/updates","buster/updates"]
sections = ["main", "contrib", "non-free"]
mirror_source = false
architectures = ["amd64", "i386"]
[mirror.confluent]
url = "https://packages.confluent.io/deb/5.3"
suites =["stable"]
sections = ["main"]
mirror_source = false
architectures = ["amd64"]
UD
BS
BS
BS