LanCache-Domains/scripts/config.example.json
2018-06-23 18:25:18 +01:00

20 lines
360 B
JSON

{
"ips": {
"steam": "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"
}
}