NAME
rebound —
DNS proxy
SYNOPSIS
rebound |
[-d] [-c
config] [-l
address] |
DESCRIPTION
The rebound daemon proxies and caches DNS
requests. It listens by default on localhost and forwards queries to another
server.
If sent a SIGUSR1 signal,
rebound logs statistics to
/var/log/daemon.
The options are as follows:
-cconfig- Specify an alternative configuration file, instead of the default
/etc/resolv.conf.
reboundwill reload the configuration file when sent aSIGHUPsignal or when the file changes. The nameserver option is used to indicate the next server to contact. Localhost entries will be skipped, allowing the same file to be shared with libc. Minimal static records may also be specified as "record A name IP". -d- Debug mode.
rebounddoes not fork(2) into the background. -laddress- Listen for connections by binding to address, an IP specified in dotted quad notation, instead of the default of localhost.
FILES
- /etc/resolv.conf
- Default
reboundconfiguration file.
SEE ALSO
HISTORY
The rebound daemon first appeared in
OpenBSD 5.9.
AUTHORS
Ted Unangst <tedu@openbsd.org>