mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
## Main repos
|
|
deb https://deb.debian.org/debian testing main contrib non-free
|
|
deb-src https://deb.debian.org/debian testing main contrib non-free
|
|
deb https://deb.debian.org/debian-debug testing-debug main contrib non-free
|
|
|
|
## Main repos over Tor
|
|
#deb tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free
|
|
#deb-src tor+http://vwakviie2ienjx6t.onion/debian testing main contrib non-free
|
|
#deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-debug main contrib non-free
|
|
|
|
## Security repo CDN
|
|
deb https://deb.debian.org/debian-security/ testing/updates main contrib non-free
|
|
deb-src https://deb.debian.org/debian-security/ testing/updates main contrib non-free
|
|
## https://bugs.debian.org/894081
|
|
deb https://deb.debian.org/debian-debug testing-proposed-updates-debug main contrib non-free
|
|
|
|
## Security repo directly
|
|
# To be enabled AFTER it gets https, meanwhile CDN & Tor must be enough.
|
|
#deb http://security.debian.org/ testing/updates main contrib non-free
|
|
#deb-src http://security.debian.org/ testing/updates main contrib non-free
|
|
|
|
## Security repos over Tor
|
|
deb tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free
|
|
deb-src tor+http://sgvtcaew4bxjd7ln.onion/debian-security testing/updates main contrib non-free
|
|
## https://bugs.debian.org/894081
|
|
#deb http://ktqxbqrhg5ai2c7f.onion/debian-debug testing-proposed-updates-debug main contrib non-free
|
|
|
|
## Updates repo
|
|
deb https://deb.debian.org/debian testing-updates main contrib non-free
|
|
deb-src https://deb.debian.org/debian testing-updates main contrib non-free
|
|
|
|
## Updates repo over Tor
|
|
#deb tor+http://vwakviie2ienjx6t.onion/debian testing-updates main contrib non-free
|
|
#deb-src tor+http://vwakviie2ienjx6t.onion/debian testing-updates main contrib non-free
|