mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 23:01:23 +02: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:
commit
490f1d2c23
@ -126,6 +126,11 @@
|
|||||||
"name": "xboxlive",
|
"name": "xboxlive",
|
||||||
"description": "CDN for xboxlive",
|
"description": "CDN for xboxlive",
|
||||||
"domain_files": ["xboxlive.txt"]
|
"domain_files": ["xboxlive.txt"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "test",
|
||||||
|
"description": "Test CDN, recommended to enable for additional diagnostics",
|
||||||
|
"domain_files": ["test.txt"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user