Add new test CDN

Add new test cdn for the use in testing and diagnostics. Assuming the test service is enabled test.cache.lancache.net and canary.uklans.net will respond with a lancache IP
This commit is contained in:
James Kinsman
2025-07-16 20:11:18 +01:00
committed by GitHub
parent 67535f7b9f
commit 6c12ed6be5
2 changed files with 12 additions and 1 deletions

View File

@@ -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"]
}
]
}