1
0

Initial commit

This commit is contained in:
2024-08-12 23:08:39 +02:00
commit c75f447ab7
15 changed files with 624 additions and 0 deletions

14
cache_domains.json Normal file
View File

@@ -0,0 +1,14 @@
{
"cache_domains": [
{
"name": "wsus",
"description": "CDN for windows updates",
"domain_files": ["windowsupdates.txt"]
},
{
"name": "apple",
"description": "CDN for apple updates",
"domain_files": ["apple.txt"]
}
]
}