sniproxy icon indicating copy to clipboard operation
sniproxy copied to clipboard

Is IPv6 rotation supported?

Open haig233 opened this issue 7 months ago • 3 comments

A website I want to proxy will be blocked if I access a fixed address multiple times. I want to add a large number of IPv6 to the VPS and then run SniProxy. Does SniProxy support ipv6 rotation? Does it automatically select an ipv6 address every time it is used as a proxy?

haig233 avatar Dec 09 '23 11:12 haig233

both ipv4 and ipv6 rotation is something I would like to take a look at soon.

mosajjal avatar Dec 27 '23 02:12 mosajjal

https://github.com/oliverkirk-sudo/ipv6-pool-tool-socks

Here is a repository for your reference. This is a random egress using the address prefix bound to the network card to provide an ipv6 proxy pool.

haig233 avatar Dec 29 '23 14:12 haig233

the attached repo doesn't work at scale. I'm working on providing upstream ipv6 support. After that, source IP rotation will be added based on a given subnet. There will be some OS level issues that needs to be solved before it can work.

mosajjal avatar Feb 06 '24 06:02 mosajjal