initial setup

This commit is contained in:
David Claeys
2024-10-23 14:14:14 +02:00
parent b75e298506
commit ee647743dd
6 changed files with 147 additions and 1 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"outdir": "/public",
"clientID": "00000000-0000-0000-0000-000000000000",
"mapping": {
"es": "102.177.191.1",
"us": "45.50.96.71",
"uk": "109.74.192.2",
"fr": "102.129.65.1",
"de": "101.33.10.1",
"it": "102.165.10.1",
"br": "103.14.27.1",
"ca": "102.129.158.1"
},
"all": true,
"group": "genre",
"regionalize": true,
"excludeGroups": false,
"excludeChannels": false,
"uniqueClientid": true,
"randomClientid": true,
"refresh": 3600,
"xTvgUrl": false
}