Skip to content

checkip/checkip

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CheckIP

CI Depfu

CheckIP is an open-source tool for IP address research and analysis. It can be used as a standalone service or with existing infrastructure for privacy-sensitive tasks. Support IPv4 and IPv6.

Development

Ensure your system has the Ruby version specified in the .ruby-version, Node.js v18+, Yarn v1 (classic).

# Clone repository
git clone git@github.com:checkip/checkip.git

# Change directory
cd checkip

# Update environment variables
cp .env.development.template .env.development

# Install Ruby dependencies
bundle install

# Install Yarn dependencies
yarn install

# Download geolocation databases
bundle exec rake mmdb:update

# Start application
bin/dev

Sponsors

Sponsored by JetBrains

License

Released under the BSD-3-Clause license.