pierre-emmanuelJ / iptv-proxy

Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
GNU General Public License v3.0
478 stars 139 forks source link

Compatible with Gluetun? #166

Open vdrover opened 5 months ago

vdrover commented 5 months ago

Gluetun is a popular VPN Kill Switch. When using with docker, it's pretty easy to use network_mode: "service:gluetun" in the config file to force services through gluetun (and the VPN that gluetun is connected to).

Is iptv-proxy compatible with this? The idea is to use iptv and gluetun to force M3U files to connect over VPN.

If it is compatible, I plan to disable the iptv buffer (assuming this feature is the same as it is in xTeVE). If the buffer is disabled, but network_mode: "service:gluetun" is being used, I think that will still push the iptv streams through the gluetun vpn. Can anyone confirm that?

jimmisavage commented 4 months ago

Yes, I use this through Gluetun.