Skip to content
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

Ofuscate user agent #142

Open
fbritoferreira opened this issue Feb 19, 2023 · 1 comment
Open

Ofuscate user agent #142

fbritoferreira opened this issue Feb 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fbritoferreira
Copy link

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?

@pierre-emmanuelJ pierre-emmanuelJ added the enhancement New feature or request label Feb 21, 2023
@zimmflo
Copy link

zimmflo commented Sep 2, 2023

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)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants