Flo

Results 3 comments of Flo

User docker-compose: - One container, like Novalis wrote, with gluetun. I use it with nordvpn. - In the compose from the proxy u can simply do: "network_mode: container:gluetun" or u...

No. Gluetun is a vpn client. So u can start the gluetun container who etablish the connection to your vpn provider. You can then let Docker route the traffic from...

You can simply set a static user agent: [xtreamHandles.go](https://github.com/pierre-emmanuelJ/iptv-proxy/blob/6561cba1e60cfd415fb6555b66524ba422a7aa09/pkg/server/xtreamHandles.go#L76) Just replace ctx.Request.UserAgent() with a static string e.g. "VLC/3554" or "IPTV Smarters/1.0.3 (iPhone; iOS 16.3; Scale/2.00)"