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

Can the first proxy see the IP address assigned to the user by the second proxy? #47

Open
hben2 opened this issue Feb 25, 2024 · 1 comment

Comments

@hben2
Copy link

hben2 commented Feb 25, 2024

Is it correct to assume that the second proxy uses some form of NATing to assign end-user IP addresses different from the actual IP of the second proxy itself (ie the one that the first proxy would see and use to connect to it)?

If so, does the first proxy ever have visibility into the IP address assigned to a user on any granular connection/session basis?

Reason for asking is it seems the first proxy knowing both the user's original IP address and the one they end up assigned to seems like a vector for correlation by first proxy operators (Google) without collusion.

Thanks.

@DavidSchinazi
Copy link
Collaborator

Hi, and thanks for your question. The Proxy B uses different IP addresses/ports on the side visible to Proxy A and the side visible to the website. The website-side IP/port is not visible to the Proxy A, precisely to prevent the correlation you describe.

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