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 peer IP's are written out incorrectly #6

Open
spiritualized opened this issue Apr 5, 2016 · 1 comment
Open

IPv6 peer IP's are written out incorrectly #6

spiritualized opened this issue Apr 5, 2016 · 1 comment

Comments

@spiritualized
Copy link

When users are set to be visible (i.e. their IP addresses should be saved to the peers table) there's an issue with IPv6 peers. Ocelot attempts to write out a urlencoded string of the IPv6 IP.

In addition, the default schema defines the peer table's ip column to be of type VARCHAR(15). This should be changed to 39 to accommodate an IPv6 IP of maximum length.

@SoboLAN
Copy link

SoboLAN commented Mar 9, 2017

FYI the README clearly states that only IPv4 is supported.

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