# Packages
No description provided by the author
# README
dynamic-ip-logger
This go-program saves the dynamic ip + unixtimestamp into a csv file.
Usage
export DIL_DYNDNS=<your_dyndns_domain>
export DIL_FILE=<csv_file_path>
go run src/main.go
Optional
Add cronjob for eg. each hour
Instructions
TODO