Add unbound generation script (#16)
This commit is contained in:
19
scripts/config.example.json
Normal file
19
scripts/config.example.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user