notatallshaw / fall_guys_ping_estimate

MIT License
41 stars 6 forks source link

Some information about CIDR is wrong #60

Open Skyblockrh opened 8 months ago

Skyblockrh commented 8 months ago

I use IPIP.NET to check the CIDR(129.227.0.0/16). I find the geographical location of the IP segment based on the network delay of the ICMP packet.

In 129.227.0.0/16

129.227.0.0/20 KR 129.227.32.0/20 PH 129.227.52.0/22 JP 129.227.64.0/19 SG

Given the limited time, I only checked part of the information for this CIDR to divert traffic for the Fall Guys game. Please consider updating the information in Fall_Guys_IP_Networks.csv.

notatallshaw commented 7 months ago

Sorry, I really don't maintain this project any more, I'm surprised it still works. Feel free to fork the project or manually overwrite the values yourself.

Also if you want to make a Pull Request that just modifies I will accept it.

rossdonald commented 7 months ago

Some months ago I changed FGPE to use a GeoIP database for its lookups. I've cleaned up the code and created a PR. It might be a good options for users who find the CSV out of date.

rossdonald commented 7 months ago

@Skyblockrh There is a new build of FGPE with geoip database support. Can you try it out? You will need to install the new version and follow the instructions under "Install the GeoIP Database"