-
Notifications
You must be signed in to change notification settings - Fork 53
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
Is there any way to use this project with a fixed list of IPs? #25
Comments
I support the proposal |
I ended up finding a solution after some time analyzing the code with the help of AI (claude) As I saw that you showed interest in the idea I proposed, here is the solution I created. It's very manual but it worked for my purpose. You just need to comment on this piece of code that starts on line 442 and ends on line 450:
and right after it you insert this command:
I put this command 8x with different IPs that I previously attached to my vps. After that I ran the command described in readme.md
So the script made the necessary settings and started 8 proxies with the 8 IP addresses that I defined previously I did the necessary tests using the command: just switching the port from 30000 to 30007 and it worked great, returning me different ips as my address I will add dozens more IPv6 this way I hope this serves your purpose too 😁 edit: if you want to add more ips later after having already started the script, just add more
and then rerun the script, it will update the ips list |
I ended up making this fork with the modifications. with this fork, several proxies will be started using all IPv6 available on the default interface |
Interesting idea, maybe I'll add this feature. Reopen issue as a good enhancement. |
@erickythierry if you have a solution that doesn't break the rest of the functionality of the script (for example, an additional option for a fixed IP list), I'd be glad if you create a pull request. |
I have an Oracle VPS, but I can't associate an entire IPv6 block to it, I can only define multiple fixed IPs.
So my idea would be to associate a few dozen v6 ips in this vps, store them in a list and inject them into the project so that it rotates between them.
Would it be possible to do this?
If the script does not currently have this capability, could you tell me where in the script the IP that will be used is chosen? So I can try to modify the code for my specific use.
The text was updated successfully, but these errors were encountered: