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 connect support #168

Closed
grimly opened this issue Sep 15, 2022 · 2 comments
Closed

IPv6 connect support #168

grimly opened this issue Sep 15, 2022 · 2 comments

Comments

@grimly
Copy link

grimly commented Sep 15, 2022

Hello,

Node resolves all local adresses (127.0.0.1 and all aliases from the hosts file) to its IPv6 variant ( ::1 ).
The issue is that px does not accept IPv6 connections.

This may be tested with this following curl command, assuming the default px configuration :

curl -x 'http://[::1]:3128/' -vs 'https://www.github.com' -o /dev/null
@genotrance
Copy link
Owner

This is similar to #98 - I don't have an IPv6 setup to add support at this time. Maybe someone can contribute a patch.

@genotrance
Copy link
Owner

Closing as duplicate of #98.

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