42f50c9e9a553c5bb561ffbf37286fb059e97a4b
2) Added env_reader functions (env.hpp and env.cpp) 3) Program looks for a .env on startup and creates one based on user input if not found. 4) Refactored log_parsing and ip_to_geo to use the global env variables for parsing and ip lookup from the local .mmdb database 5) CMakeLists.txt is now cross platform functional 6) Added various cross platform checks for creating .env variables
This TUI program is for taking in an Apache2 access log file and providing an interactive interface to check your logs.
REQUIREMENTS:
- Access to a GeoLite2-City.mmdb database file. * The signup page is provided here: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/
NOTES:
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup.
- I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...
Description