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 URL support #3

Open
magik6k opened this issue Oct 6, 2015 · 1 comment
Open

IPv6 URL support #3

magik6k opened this issue Oct 6, 2015 · 1 comment

Comments

@magik6k
Copy link

magik6k commented Oct 6, 2015

I am using this engine to index modarate-size IPv6 only network(using squid proxy) where some services don't have domain names and instead use raw IPv6 URLs which look like http://[2001:db8:85a3:8d3:1319:8a2e:370:7348]/. Problem is that Dataparksearch seems to cut the url after first : character. This issue is only about IPv6 URL support, not full IPv6 support.

Here's how the URLs look in database:
Database view

@Maxime2
Copy link
Owner

Maxime2 commented Oct 12, 2015

DataparkSearch Engine doesn't support IPv6 at all, thus it treats colon (":") in URL as separator between host name and port number.
I agree it would better to add support for literal IPv6 addresses as such pages could be indexed via a proxy even as DataparkSearch can not crawl them directly. Though I can not say when such support would be implemented, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants