-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.json
47 lines (47 loc) · 1.34 KB
/
conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"types": {
"pomoyka.allfon.proxy": {
"link": "http://pomoyka.win/trash/ttv-list/allfon.all.proxy.xspf",
"handler": "pomoyka.xspf"
},
"pomoyka.allfon.iproxy": {
"link": "http://pomoyka.win/trash/ttv-list/allfon.all.iproxy.xspf",
"handler": "pomoyka.xspf"
},
"acesearch": {
"link": "https://search.acestream.net/all?api_version=1.0&api_key=test_api_key",
"handler": "acesearch"
}
},
"playlists": [
{
"type": "pomoyka.allfon.iproxy",
"name": "pomoyka.allfon.ott.m3u8",
"IP": "192.168.1.141",
"port": 6878,
"format": "ott.m3u"
},
{
"type": "pomoyka.allfon.iproxy",
"name": "pomoyka.allfon.local.ott.m3u8",
"IP": "127.0.0.1",
"port": 6878,
"format": "ott.m3u"
},
{
"type": "pomoyka.allfon.proxy",
"name": "pomoyka.allfon.proxy.ott.m3u8",
"IP": "192.168.1.123",
"port": 8000,
"format": "ott.m3u"
},
{
"type": "acesearch",
"name": "acesearch.ott.m3u8",
"IP": "192.168.1.141",
"port": 6878,
"format": "ott.m3u"
}
],
"port": 8080
}