mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 01:48:52 +01: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,
 | 
					    "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"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user