Files
knightcrawler/now.json
2020-03-26 18:34:29 +01:00

17 lines
212 B
JSON

{
"version": 2,
"routes": [
{
"src": "/(.*)",
"status": 308,
"headers": {
"Location": "https://torrentio.strem.fun/$1"
}
}
],
"github": {
"silent": true
}
}