iptv-proxy icon indicating copy to clipboard operation
iptv-proxy copied to clipboard

Ofuscate user agent

Open fbritoferreira opened this issue 2 years ago • 1 comments

A few IPTV providers are starting to block curl access to their streams can we have a feature to ofuscate the user agent so the proxy can't be detected?

fbritoferreira avatar Feb 19 '23 19:02 fbritoferreira

You can simply set a static user agent: xtreamHandles.go 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)"

zimmflo avatar Sep 02 '23 15:09 zimmflo