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

nuriofernandez/golang-ip-address-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GO IP Address History

This application creates a log file with your current IP Address. You can add it to your startup applications and generate an IP history log.

How to use?

It's simple. Just add the binary file to your starting applications of your operative system. Or anything else, like crontab task, etc.

What this application does?

On execution, the application will call the ipinfo.io API recovering your public IP Address. Then, it will store your address on the history.txt file of the binary folder.

File creation is managed by the application.

Development

This application was written in the Go language as a practice project. It contains two "modules".

  • AddressRecover who manages the responsibility of getting your IP Address.
  • Logger who manages console outputs and file logging.

About

Application that logs your IP Address on a log file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages