You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: