-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatible with Gluetun? #166
Comments
Yes, I use this through Gluetun. |
Would you mind sharing your docker compse file? |
I'm not saying this is the right way because I'm fairly new but this is how i've done it. I've done this as a stack in portainer with stoogle-proxy being this (the iptv-proxy) version: "3" stoogle-proxy: |
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: