REBOUND(8) | System Manager's Manual | REBOUND(8) |
rebound
— DNS
proxy
rebound |
[-d ] [-c
config] [-l
address] |
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:
-c
configrebound
will reload the configuration file when sent a
SIGHUP
signal 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
rebound
does not
fork(2) into the background.-l
addressrebound
configuration file.The rebound
daemon first appeared in
OpenBSD 5.9.
Ted Unangst <tedu@openbsd.org>
May 8, 2018 | OpenBSD-current |