mirror of
https://github.com/scifijunk/cache-domains.git
synced 2026-02-04 00:21:01 -06:00
Merge pull request #263 from uklans/test
Add new test CDN When a network is using lancache-dns individual service configuration can be tested using nslookup <service>.cache.lancache.net however if a network is using the generator configs these lancache domains don't exist. This PR adds a new test service for ease of memory for diagnostics
This commit is contained in:
@@ -126,6 +126,11 @@
|
||||
"name": "xboxlive",
|
||||
"description": "CDN for xboxlive",
|
||||
"domain_files": ["xboxlive.txt"]
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"description": "Test CDN, recommended to enable for additional diagnostics",
|
||||
"domain_files": ["test.txt"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user