Skip to content

Bug: ips not changing on each request #3

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

Closed
COMPLEXWASTAKEN opened this issue May 4, 2025 · 6 comments
Closed

Bug: ips not changing on each request #3

COMPLEXWASTAKEN opened this issue May 4, 2025 · 6 comments

Comments

@COMPLEXWASTAKEN
Copy link

Hello when i keep testing its not changing ips it stuck on one ip

@vlourme
Copy link
Owner

vlourme commented May 4, 2025

Did you tried last commit?

@COMPLEXWASTAKEN
Copy link
Author

Yes

@vlourme
Copy link
Owner

vlourme commented May 5, 2025

Can you share the config you use? You can hide IPs but share the IP type and subnet size you're using

@COMPLEXWASTAKEN
Copy link
Author

ok nvm i didnt know you pushed more out that fixed it but now i get

0|ipv6Proxy | 8:44PM ERR Error transferring error="writeto tcp6 [2a0b:64c0:f802:aa2d:e56e:f357:4ea1:521]:60515->[2606:4700:3035::ac43:dd14]:443: readfrom tcp 185.35.136.19:9999->173.189.230.28:43352: i/o timeout" testing requests to my website

my config is

listen_address: "::"
listen_port: 9999
debug_mode: true
test_port: 8988
network_type: "tcp6"
max_timeout: 30
auth:
type: "credentials"
credentials:
username: "f"
password: "f"
redis:
dsn: "redis://localhost:6379"
bind_prefixes:

  • "2a0b:64c0:f802::/48"
    deleted_headers:
  • "Proxy-Authorization"
  • "Proxy-Connection"

@vlourme
Copy link
Owner

vlourme commented May 5, 2025

  1. Is your target website IPv6-compatible?
  2. Ensure IPv6 used on the proxy are correctly bound on your machine (correct netplan if you're on Ubuntu for example). Ensure ip a returns your subnets.
  3. If IPs are correctly bound, you should be able to ping6 or curl with interface flag to test

I'm pretty sure this is a bug on your side. IPv6 can be a mess to setup.

@COMPLEXWASTAKEN
Copy link
Author

hello do you have discord to chat? so i can maybe get this fixed or i am dum

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

2 participants