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

IPV6 rotate needs an improvement #1244

Open
Kinuseka opened this issue Jul 24, 2023 · 0 comments
Open

IPV6 rotate needs an improvement #1244

Kinuseka opened this issue Jul 24, 2023 · 0 comments

Comments

@Kinuseka
Copy link

Some VPS offers Ipv6/64 or /48 however these are impossible to use all at once without activating them from the control panel. It would take years to activate all possible millions of ipv6 combinations manually.

For the ipv6 rotate instead of using a random address from the 'block' we should be able to define a list of available ipv6 so we can correctly predict its behavior
Old Behavior:

const video = ytdl(url, {IPv6Block: '2001:2::/48'});

New Behavior:

const video = ytdl(url, {IPv6Block: ['2001:2:a','2001:2:b','2001:2:c',...]});
@Kinuseka Kinuseka changed the title IPV6 rotate needs more clarification IPV6 rotate needs an improvement Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant