vlevit / headers

server responding with client's IP or headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headers

Simple server responding with your real ip address on / and a list of request headers under /headers.

Install

go get github.com/vlevit/headers

Run

./headers [OPTIONS] [[ADDRESS]:PORT]

OPTIONS are --use-x-real-ip and --use-x-forwarded-for.

About

server responding with client's IP or headers

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%