Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 713 Bytes

MirrorMap

This Project will be converted to this repository. Updates will no longer continue on here

This program parses the NGINX access logs of mirror.clarkson.edu, extracts geoip information, and streams data to clients over websockets.

GeoLite2 Attribution

This software includes GeoLite2 data created by MaxMind, available from www.maxmind.com

NGNIX Log Format

This must be the formatting for your NGNIX Logs if you wish for this tool to work "$remote_addr" "$time_local" "$request" "$status" "$body_bytes_sent" "$request_length" "$http_user_agent";