A study on how services located behind multiple reverse proxies log real client IPs.
์ฌ๋ฌ ๋ฆฌ๋ฒ์ค ํ๋ก์ ๋ค์ ์์นํ ์๋น์ค๊ฐ ์ค์ ํด๋ผ์ด์ธํธ IP๋ฅผ ๊ธฐ๋กํ๋ ๋ฐฉ๋ฒ์ ๋ํ ์ฐ๊ตฌ
$ curl ip.minpeter.cf -L
with docker
$ docker build -t iplogger .
$ docker run -dp 10000:10000 iplogger
with golang
$ go mod tidy
$ go run .
now running on http://localhost:10000
ํ๋ก์ ํธ์ ๋ํ ๊ฐ๋จํ ์ค๋ช
๊ธ
A brief description of the project
์ด ํ๋ก์ ํธ๋ฅผ ์งํํ๋ฉด์ ์์ฑํ ๋ธ๋ก๊ทธ ๊ธ
Blog post written while working on this project