• Stars
    star
    100
  • Rank 339,444 (Top 7 %)
  • Language
    Go
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐ŸŒ Geolocation API service -- Run it yourself! | alternative to freegeoip.net

logo

๐Ÿ”— Table of Contents

๐Ÿ’ป Installation

Check out the releases page for prebuilt versions.

๐Ÿณ Container Images (ghcr)

$ docker run -it --rm -p 8080:80 --env-file .env -v $PWD/:/data ghcr.io/lrstanley/geoip:latest
$ curl -I http://localhost:8080
HTTP/1.1 200 OK
Content-Type: text/html
Date: Thu, 06 Aug 2020 00:55:21 GMT

๐Ÿงฐ Build From Source

Dependencies (to build from source only):

Setup:

git clone <repo>
cd geoip
make
./geoip --help

โš™๏ธ Usage

Take a look at the CLI usage options here.

Example

geoip --http.bind-addr "localhost:8080" --http.limit 15000 --dns.resolver 8.8.8.8 --dns.resolver 8.8.4.4

๐Ÿ™‹โ€โ™‚๏ธ Support & Assistance

  • โค๏ธ Please review the Code of Conduct for guidelines on ensuring everyone has the best experience interacting with the community.
  • ๐Ÿ™‹โ€โ™‚๏ธ Take a look at the support document on guidelines for tips on how to ask the right questions.
  • ๐Ÿž For all features/bugs/issues/questions/etc, head over here.

๐Ÿค Contributing

  • โค๏ธ Please review the Code of Conduct for guidelines on ensuring everyone has the best experience interacting with the community.
  • ๐Ÿ“‹ Please review the contributing doc for submitting issues/a guide on submitting pull requests and helping out.
  • ๐Ÿ—๏ธ For anything security related, please review this repositories security policy.

โš–๏ธ License

MIT License

Copyright (c) 2015 Liam Stanley <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Also located here

More Repositories

1

bubblezone

helper utility for BubbleTea, allowing easy mouse event tracking
Go
377
star
2

vault-unseal

auto-unseal utility for Hashicorp Vault
Go
181
star
3

girc

๐Ÿ’ฃ girc is a flexible IRC library for Go ๐Ÿ‘Œ
Go
157
star
4

bubbletint

Terminal tints for everyone
Go
57
star
5

links

Simple, fast link shortener
Go
49
star
6

Code

Code - Python IRC Bot
Python
31
star
7

chix

helper middleware and functionality for go-chi/chi
Go
22
star
8

arlo-dl

๐ŸŽฅ ๐Ÿ“ท cli tool for downloading arlo recordings and saving them to a file (add to a cron!)
Go
8
star
9

liam.sh

my personal website/blog
Go
8
star
10

go-queryparser

"q" http GET variable parser that supports filters/tags for advanced searches ๐Ÿ‘
Go
8
star
11

marill

๐Ÿ”ง Marill -- Automated site testing utility ๐Ÿ’ป
Go
7
star
12

go-bogon

Go package to check if an IP address is a bogon (internal) IP address
Go
7
star
13

recoverer

Simple Go http middleware to catch (and optionally display) panics gracefully
Go
6
star
14

irccloud-uptime

[DEPRECATED] Want to keep your IRCcloud up, and have a place where you can run a Python script 24/7?
Python
6
star
15

go-sempool

go-sempool is a super simple semaphore go-routine worker pool
Go
4
star
16

php-status

Legacy PHP Status checker with slick graphics
PHP
3
star
17

clix

go-flags wrapper with useful helpers
Go
2
star
18

hangar-ui

WIP: Concourse CI Terminal UI
Go
2
star
19

autodelete-docker

container image for AutoDelete Discord bot
Dockerfile
2
star
20

arpme

๐Ÿ” Simple arp scanning library for Go.
Go
2
star
21

byteirc.org

ByteIRC website
HTML
1
star
22

nagios-notify-irc

๐Ÿ”‰ Nagios utility for reporting to an IRC channel when an event occurs. โš ๏ธ
Go
1
star
23

mdhttp

mdhttp lets you easily render markdown files via a Go http middleware
Go
1
star
24

helm-charts

misc helm charts for my projects, or projects I use
TypeScript
1
star
25

httpstat

httpstat is a net/http handler for Go, which reports various useful metrics
Go
1
star
26

pt

pt is a helper package for using pongo2 & in-memory tmpl loaders together.
Go
1
star
27

basic-irc-bot

Super basic Python IRC bot. Build upon it!
Python
1
star
28

php-mc-status

PHP Minecraft Status Checker (Online/Offline)
PHP
1
star
29

ircdef

ircdef, IRC constants and definitions, in Go!
Go
1
star
30

spectrograph

Spectrograph -- Discord bot that manages creating/removing voice channels depending on occupancy
Go
1
star
31

lrstanley

1
star
32

ponger

Server monitoring and reporting bot for Slack
Go
1
star
33

flask-example

A basic Python website built with the Flask micro-framework and Jinja2 templating engine
CSS
1
star