Adjust generic references to monolithic

This commit is contained in:
Amir Zarrinkafsh 2024-10-24 18:11:54 +11:00
parent 4faef49667
commit 6cdad8c8b5
No known key found for this signature in database
GPG Key ID: ECDB8EF9E77E4EBF

View File

@ -21,18 +21,18 @@ The following example assumes a single shared Cacheserver IP:
{ {
"combined_output": false, "combined_output": false,
"ips": { "ips": {
"generic": ["10.10.10.200"] "monolithic": ["10.10.10.200"]
}, },
"cache_domains": { "cache_domains": {
"blizzard": "generic", "blizzard": "monolithic",
"epicgames": "generic", "epicgames": "monolithic",
"nintendo": "generic", "nintendo": "monolithic",
"origin": "generic", "origin": "monolithic",
"riot": "generic", "riot": "monolithic",
"sony": "generic", "sony": "monolithic",
"steam": "generic", "steam": "monolithic",
"uplay": "generic", "uplay": "monolithic",
"wsus": "generic" "wsus": "monolithic"
} }
} }
``` ```