Skip to content

Commit

Permalink
Update README - add localCacheDuration to example
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 1, 2020
1 parent 0ff9926 commit e2a5bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ Then add it to Corefile:
netbox {
token <YOU-NETBOX-API-TOKEN>
url <https://netbox.example.org>
localCacheDuration <The duration to keep each entry locally before querying netbox again. Use go `time.Duration` notation>
}
}
```

The config parameters are mandatory.
## Developing locally

You can test the plugin functionallity with CoreDNS by adding the following to
Expand Down

0 comments on commit e2a5bfd

Please sign in to comment.