mirror of
https://github.com/uklans/cache-domains
synced 2025-06-19 07:52:56 +02:00
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"cache_domains": [
|
|
{
|
|
"name": "wsus",
|
|
"description": "CDN for windows updates",
|
|
"domain_files": ["windowsupdates.txt"]
|
|
},
|
|
{
|
|
"name": "oemupdates",
|
|
"description": "CDN for OEM updates",
|
|
"domain_files": ["oemupdates.txt"]
|
|
}
|
|
]
|
|
}
|