debian update caching

This commit is contained in:
Artur Matkowski 2025-01-24 22:28:06 +01:00
parent 0d85de9154
commit 9aef56bc6b
3 changed files with 12 additions and 2 deletions

View File

@ -10,6 +10,11 @@
"description": "CDN for blizzard/battle.net",
"domain_files": ["blizzard.txt"]
},
{
"name": "Debian",
"description": "Debian related OS updates",
"domain_files": ["debian.txt"]
},
{
"name": "bsg",
"description": "CDN for Battle State Games, Tarkov",

4
debian.txt Normal file
View File

@ -0,0 +1,4 @@
deb.debian.org
security.debian.org
archive.raspberrypi.com
httpredir.debian.org

View File

@ -1,7 +1,7 @@
{
"combined_output": false,
"ips": {
"monolithic": ["192.168.74.208"]
"monolithic": ["192.168.74.210"]
},
"cache_domains": {
"blizzard": "monolithic",
@ -12,6 +12,7 @@
"sony": "monolithic",
"steam": "monolithic",
"uplay": "monolithic",
"wsus": "monolithic"
"wsus": "monolithic",
"debian": "monolithic"
}
}