Categorygithub.com/Builderhummel/dynamic-ip-logger
repository
0.0.0-20230816142020-1abac8f47c44
Repository: https://github.com/builderhummel/dynamic-ip-logger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

dynamic-ip-logger

This go-program saves the dynamic ip + unixtimestamp into a csv file.

Usage

  1. export DIL_DYNDNS=<your_dyndns_domain> export DIL_FILE=<csv_file_path>
  2. go run src/main.go

Optional

Add cronjob for eg. each hour

Instructions

TODO