diff --git a/scripts/config.json b/scripts/config.json new file mode 100644 index 0000000..9bd48d3 --- /dev/null +++ b/scripts/config.json @@ -0,0 +1,17 @@ +{ + "combined_output": false, + "ips": { + "monolithic": ["192.168.74.208"] + }, + "cache_domains": { + "blizzard": "monolithic", + "epicgames": "monolithic", + "nintendo": "monolithic", + "origin": "monolithic", + "riot": "monolithic", + "sony": "monolithic", + "steam": "monolithic", + "uplay": "monolithic", + "wsus": "monolithic" + } +}