Skip to content
Snippets Groups Projects
Commit 918776dc authored by Erick Hitter's avatar Erick Hitter
Browse files

Readme updates

parent 4631be1b
Branches
Tags
Loading
dyndnsd-client dyndnsd-client
============== ==============
Client for the [`dyndnsd`](https://github.com/cmur2/dyndnsd) daemon. Client for the [`dyndnsd`](https://github.com/cmur2/dyndnsd) daemon. Set up `dyndnsd` first, otherwise this is useless.
## Configuration
Copy `config-sample.json` to `config.json` and update the values.
## Use
Set up a cron entry to run the program periodically, or manually call it when your IP address changes. The program accepts no arguments, as `config.json` handles everything.
...@@ -18,7 +18,7 @@ var ( ...@@ -18,7 +18,7 @@ var (
logger *log.Logger logger *log.Logger
) )
// Parse config // Preparations
func init() { func init() {
// Logging // Logging
logOpts := log.Ldate | log.Ltime | log.LUTC | log.Lshortfile logOpts := log.Ldate | log.Ltime | log.LUTC | log.Lshortfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment