15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"cache_domains": [
|
|
{
|
|
"name": "wsus",
|
|
"description": "CDN for windows updates",
|
|
"domain_files": ["windowsupdates.txt"]
|
|
},
|
|
{
|
|
"name": "apple",
|
|
"description": "CDN for apple updates",
|
|
"domain_files": ["apple.txt"]
|
|
}
|
|
]
|
|
}
|