1
0

Updated example configuration for scripts

This commit is contained in:
2024-08-13 19:05:20 +02:00
parent 866317306b
commit 7e4c68d854

View File

@@ -1,20 +1,13 @@
{ {
"ips": { "ips": {
"adguardhome_upstream": ["94.140.14.140", "tls://dns.google", "https://dns.google/dns-query"], "adguardhome_upstream": ["94.140.14.140", "tls://dns.google", "https://dns.google/dns-query"],
"steam": ["10.10.3.10", "10.10.3.11"],
"origin": "10.10.3.12",
"blizzard": "10.10.3.13",
"windows": "10.10.3.14", "windows": "10.10.3.14",
"riot": "10.10.3.15", "apple": "10.10.3.15",
"generic": "10.10.3.16" "generic": "10.10.3.16"
}, },
"cache_domains": { "cache_domains": {
"default": "generic", "default": "generic",
"blizzard": "blizzard",
"origin": "origin",
"riot": "riot",
"steam": "steam",
"wsus": "windows", "wsus": "windows",
"xboxlive": "windows" "apple": "apple"
} }
} }