Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iplogger

Go Report Card Go Reference Docker Image Size (latest by date) Docker Pulls
👀 Project: What is my IP?

purpose

A study on how services located behind multiple reverse proxies log real client IPs.

여러 리버스 프록시 뒤에 위치한 서비스가 실제 클라이언트 IP를 기록하는 방법에 대한 연구

screenshot

image

how to use?

curl ip.minpeter.uk -L

or https://ip.minpeter.uk

deployment

with docker

docker build -t iplogger .
docker run -dp 10000:10000 iplogger

or pre-built image

docker run -dp 10000:10000 ghcr.io/minpeter/iplogger:latest

with golang

go run .

Go 1.26 or newer is required. For live reload during development, run the project-pinned Air version:

go tool air

now running on http://localhost:10000

✨ result post ✨

A brief description of the project (Korean only)
Blog post written while working on this project (Korean only)

프로젝트에 대한 간단한 설명 글
이 프로젝트를 진행하면서 작성한 블로그 글

About

[DEPRECATED] Project What is my IP?

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Packages

Used by

Contributors

Languages