mirror of
https://github.com/uklans/cache-domains
synced 2025-02-16 20:38:25 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"ips": {
|
|
"steam": ["10.10.3.10", "10.10.3.11"],
|
|
"origin": "10.10.3.12",
|
|
"blizzard": "10.10.3.13",
|
|
"windows": "10.10.3.14",
|
|
"riot": "10.10.3.15",
|
|
"generic": "10.10.3.16"
|
|
},
|
|
"cache_domains": {
|
|
"default": "generic",
|
|
"blizzard": "blizzard",
|
|
"origin": "origin",
|
|
"riot": "riot",
|
|
"steam": "steam",
|
|
"wsus": "windows",
|
|
"xboxlive": "windows"
|
|
}
|
|
}
|