Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / doc / sysdbd-cname-dns.5.txt
1 sysdbd-cname-dns(5)
2 ===================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-cname-dns - cname::dns plugin
9 SYNOPSIS
10 --------
11   LoadPlugin cname::dns
13 DESCRIPTION
14 -----------
15 *cname::dns* is a plugin which canonicalizes hostnames based on the canonical
16 hostname returned from a reverse DNS query. Each host submitted to SysDB's
17 store will be passed through this plugin (if it is loaded) and the
18 canonicalized hostname will then be used instead of the hostname submitted by
19 the plugin.
21 CONFIGURATION
22 -------------
23 *cname::dns* does not currently accept any configuration options.
25 SEE ALSO
26 --------
27 manpage:sysdbd[1], manpage:sysdbd.conf[5]
29 The SysDB homepage: https://sysdb.io/
31 AUTHOR
32 ------
33 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
35 COPYRIGHT
36 ---------
37 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
39 This is free software under the terms of the BSD license, see the source for
40 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
41 FITNESS FOR A PARTICULAR PURPOSE.
43 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :