Replies: 1 comment 1 reply
-
Great question! If using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to see if I manage without logging IP addresses on my server.
I'm planning to use ipscrub, to log only hashes of IP addresses. To do that, I assume I have to use
--no-ip-validation
as indicated in #1354.I wonder, though, what are the costs of
--no-ip-validation
. I guess that geolocation doesn't work any more (unless with a workaround like #1089).But will features like "unique visitors" still work with only the hash instead of the IP address?
Are there any other draw-backs of using
--no-ip-validation
?Kind regards,
Simon
Beta Was this translation helpful? Give feedback.
All reactions