mirror of
https://github.com/uklans/cache-domains
synced 2024-11-21 19:03:03 +00:00
67594ce10c
* Update scripts and add combined_output flag * Add editorconfig to enforcing formatting requirements * Adjust generic references to monolithic
20 lines
565 B
JSON
20 lines
565 B
JSON
{
|
|
"combined_output": false,
|
|
"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"
|
|
}
|
|
}
|