Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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 classification issues #105

Open
doegox opened this issue Oct 23, 2019 · 0 comments
Open

ipv6 classification issues #105

doegox opened this issue Oct 23, 2019 · 0 comments

Comments

@doegox
Copy link

doegox commented Oct 23, 2019

I'm not sure ipv6 are always properly classified, e.g.

Valid but non-enclosed ipv6 addresses:

faup -f url_type "::1"
ipv6
faup -f url_type "2001:610:240:22::c100:68b"
no_tld

Invalid adresses:

faup -f url_type ":::::::::::::::::1"
ipv6
faup -f url_type "[:::::::::::::::::1]"
ipv6
faup -f url_type http://::1
ipv6 

For last one, I considered that in URL, address should be enclosed in [], cf RFC2732, not sure some tools still accept it, I don't think so

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

1 participant