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,
|
2025-02-22 16:12:39 +01:00
|
|
|
"num_workers": 4,
|
2025-01-12 10:22:34 +01:00
|
|
|
"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"
|
|
|
|
|
]
|
2024-09-25 21:35:11 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|