mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
Fix https://github.com/oz123/coredns-netbox-plugin/issues/24 Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
736 B
736 B
+++ title = "netbox" description = "netbox - enables reading zone data from a netbox instance." weight = 10 tags = [ "plugin" , "netbox" ] categories = [ "plugin", "external" ] date = "2020-06-28T15:01:20+01:00" repo = "https://github.com/oz123/coredns-netbox-plugin" home = "https://github.com/oz123/coredns-netbox-plugin/README.md" +++
Description
netbox enables reading zone data from a netbox instance.
Syntax
netbox {
url http://10.0.0.2:9000/api/ipam/ip-addresses
token youSekretAPITokenForNetbox
}
The plugin will delegate search to the next plugin if a record isn't found. If a record is found a record is sent and the query processing is stopped.