Skip to content

aloha-app/ip-geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip-geolocation

IP to country convert helper, data by https://db-ip.com/db/

<dependency>
    <groupId>com.wealoha</groupId>
    <artifactId>ip-geolocation</artifactId>
    <version>1.0.0</version>
</dependency>
String xForwardedFor = request.getHeader('X-Forwarded-For');
String ip = getIpFromXForwardedFor(xForwardedFor);
String country = IpCountryHelper.getCountry(ip);

Copyright

IP to country database by db-ip.com. Copyright © 2015 db-ip.com, all rights reserved.

About

IP to country convert helper, data by https://db-ip.com/db/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages