Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

Use GeoIPCityv6.dat #252

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Geoip provides both ipv4 and ipv6 databases for towns, but now 
transmission-remote-gtk is using only ipv4, please add support for ipv6 too.
See also 
https://code.google.com/p/transmission-remote-gtk/issues/detail?id=247#c8

Original issue reported on code.google.com by Nickollai on 13 Feb 2014 at 4:09

GoogleCodeExporter commented 9 years ago
Nickollai: on *nix or Windows?  There should be ipv6 support on *nix.

Original comment by reardo...@gmail.com on 16 May 2014 at 1:38

GoogleCodeExporter commented 9 years ago
> on *nix or Windows?

linux.

> There should be ipv6 support on *nix.

It is partial, look at 
https://code.google.com/p/transmission-remote-gtk/source/browse/src/trg-peers-mo
del.h#98

There is /usr/share/GeoIP/GeoIPv6.dat and /usr/share/GeoIP/GeoIPCity.dat, but 
there is no /usr/share/GeoIP/GeoIPCityv6.dat.

Original comment by Nickollai on 16 May 2014 at 3:37