Remove unused kodi flags from playlist.json and add new media sources for CNNBrasil and RTPInternacional
This commit is contained in:
@@ -72,7 +72,6 @@
|
|||||||
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
},
|
},
|
||||||
"SIC.pt": {
|
"SIC.pt": {
|
||||||
"kodi": true,
|
|
||||||
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
},
|
},
|
||||||
"TVI.pt": {
|
"TVI.pt": {
|
||||||
@@ -87,11 +86,9 @@
|
|||||||
"DNT": "1",
|
"DNT": "1",
|
||||||
"Connection": "keep-alive"
|
"Connection": "keep-alive"
|
||||||
},
|
},
|
||||||
"kodi": true,
|
|
||||||
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
},
|
},
|
||||||
"CNNPortugal.pt": {
|
"CNNPortugal.pt": {
|
||||||
"kodi": true,
|
|
||||||
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
},
|
},
|
||||||
"RTPMemoria.pt": {
|
"RTPMemoria.pt": {
|
||||||
@@ -112,6 +109,12 @@
|
|||||||
"SICReplay.pt": {
|
"SICReplay.pt": {
|
||||||
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
},
|
},
|
||||||
|
"CNNBrasil.br": {
|
||||||
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
|
},
|
||||||
|
"RTPInternacional.pt": {
|
||||||
|
"http_proxy": "http://proxy-pt.m3uproxy.svc.cluster.local:3128"
|
||||||
|
},
|
||||||
"Rádio Comercial": {
|
"Rádio Comercial": {
|
||||||
"disable_remap": true
|
"disable_remap": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ acl Safe_ports port 591 # filemaker
|
|||||||
acl Safe_ports port 777 # multiling http
|
acl Safe_ports port 777 # multiling http
|
||||||
acl CONNECT method CONNECT
|
acl CONNECT method CONNECT
|
||||||
http_access deny !Safe_ports
|
http_access deny !Safe_ports
|
||||||
http_access deny CONNECT !SSL_ports
|
|
||||||
http_access allow localhost manager
|
http_access allow localhost manager
|
||||||
http_access deny manager
|
http_access deny manager
|
||||||
http_access allow localhost
|
http_access allow localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user