Files
a13labs.infra/terraform/k8sapps/resources/m3uproxy/m3uproxy.json
T

32 lines
739 B
JSON
Raw Normal View History

2024-09-24 15:28:19 +02:00
{
"port": 8080,
2024-09-25 20:27:03 +02:00
"playlist": "conf/playlist.json",
"epg": "https://m3upt.com/epg",
"default_timeout": 3,
"num_workers": 2,
"scan_time": 43200,
2024-09-24 15:28:19 +02:00
"security": {
"geoip": {
"database": "GeoIP/GeoLite2-Country.mmdb",
"whitelist": [
"PT",
"ST",
"BE"
],
"internal_networks": [
"10.1.0.0/16",
"10.152.183.0/24"
]
},
"allowed_cors_domains": [
"tv.alexpires.me"
]
2024-09-24 15:28:19 +02:00
},
"auth": {
"provider": "file",
"secret_key": "${m3uproxy_secret}",
"settings": {
"file_path": "cache/auth.json"
}
}
}