Replies: 1 comment
-
Thanks for the PR! The code was based on another repo written in python2. I guess almost no one else had this issue :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a general question about the following line of code:
geoip2influx/geoip2influx.py
Line 199 in 5cf5a65
It took my some time to figure out why nothing happened after the log
INFO :: Starting log parsing
appeared and it seems to be the conditionas in my case
ipadd(ip).iptype()
was alwaysALLOCATED RIPE NCC
.I took some further steps and found out that this was the result of my websites only beeing accessible via IPv6 and according to
https://github.com/autocracy/python-ipy/blob/5ef3b5d92ae2fab56f561ead37cffc9db31000c8/IPy.py#L38-L119
there is no
PUBLIC
for IPv6.So my actual question is: Is this on purpose, or did noone else have this issue?
Beta Was this translation helpful? Give feedback.
All reactions