mirror of
https://github.com/uklans/cache-domains
synced 2025-06-18 15:42:56 +02:00
Adjust generic references to monolithic
This commit is contained in:
parent
4faef49667
commit
6cdad8c8b5
@ -21,18 +21,18 @@ The following example assumes a single shared Cacheserver IP:
|
||||
{
|
||||
"combined_output": false,
|
||||
"ips": {
|
||||
"generic": ["10.10.10.200"]
|
||||
"monolithic": ["10.10.10.200"]
|
||||
},
|
||||
"cache_domains": {
|
||||
"blizzard": "generic",
|
||||
"epicgames": "generic",
|
||||
"nintendo": "generic",
|
||||
"origin": "generic",
|
||||
"riot": "generic",
|
||||
"sony": "generic",
|
||||
"steam": "generic",
|
||||
"uplay": "generic",
|
||||
"wsus": "generic"
|
||||
"blizzard": "monolithic",
|
||||
"epicgames": "monolithic",
|
||||
"nintendo": "monolithic",
|
||||
"origin": "monolithic",
|
||||
"riot": "monolithic",
|
||||
"sony": "monolithic",
|
||||
"steam": "monolithic",
|
||||
"uplay": "monolithic",
|
||||
"wsus": "monolithic"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user