| dwmrdapd.conf(5) | File Formats Manual | dwmrdapd.conf(5) |
dwmrdapd.conf
dwmrdapd(8) configuration
file.
dwmrdapd.conf is the configuration file
for dwmrdapd(8).
dwmrdapd.conf contains multiple stanzas.
Each stanza contains attributes (name:value pairs) or sub-stanzas. Stanzas
are opened with a name and { and closed with a }. Attribute
notation is name: value;
Comments start with # and continue to the end of the line. Empty lines are ignored.
The Syslog stanza contains settings for syslog.
An example Syslog stanza is shown below.
Syslog {
Facility: local0;
MinimumPriority: info;
ShowFileLocations: false;
}
The Server stanza is composed of multiple sub-stanzas.
dwmrdapd(8) requires two bootstrap files. One is a modified version of the IP address RDAP bootstrap file provided by ARIN, and the other is a country codes file. Both are in JSON form.
An example Server stanza is shown below.
Server {
TCP { Address: any; Port: 6363; }
Bootstrap {
rdap_ipv4: "file:///usr/local/etc/rdap_ipv4.json";
country_codes: /usr/local/etc/country_codes.json;
}
Database: /usr/local/etc/ipv4country.db;
}
Copyright (c) 2017 Daniel W. McRobb dwm@mcplex.net
| April 25, 2017 | Debian |