We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
At the moment, Osclass stores the user access IP as varchar(15) which is the standard for IPv4 (15 characters long). https://github.com/mindstellar/Osclass/blob/master/oc-includes/osclass/installer/struct.sql#L143 https://github.com/mindstellar/Osclass/blob/master/oc-includes/osclass/installer/struct.sql#L126
varchar(15)
The question is, what happens when a user accesses the website from an IPv6 address? Does it get stored/returned correctly?
The text was updated successfully, but these errors were encountered:
Fix #400
5a01713
Ipv6 get clipped, I have changed it to varchar(50) in the recent commit.
varchar(50)
Sorry, something went wrong.
No branches or pull requests
At the moment, Osclass stores the user access IP as
varchar(15)
which is the standard for IPv4 (15 characters long).https://github.com/mindstellar/Osclass/blob/master/oc-includes/osclass/installer/struct.sql#L143
https://github.com/mindstellar/Osclass/blob/master/oc-includes/osclass/installer/struct.sql#L126
The question is, what happens when a user accesses the website from an IPv6 address?
Does it get stored/returned correctly?
The text was updated successfully, but these errors were encountered: