summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2018-05-08 16:00:14 +0000
committertedu <tedu@openbsd.org>2018-05-08 16:00:14 +0000
commit06e5469ba88042588ad9dbc67de043c45b2c0ad0 (patch)
tree7795a0f24d7cf7b4aeded7c9b54e282643937b0c
parentHistorically there were slow and fast tcp timeouts. That is why (diff)
downloadwireguard-openbsd-06e5469ba88042588ad9dbc67de043c45b2c0ad0.tar.xz
wireguard-openbsd-06e5469ba88042588ad9dbc67de043c45b2c0ad0.zip
some barebones documentation for the record option.
if somebody adds AAAA support, we can explaina a little more. :)
-rw-r--r--usr.sbin/rebound/rebound.810
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/rebound/rebound.8 b/usr.sbin/rebound/rebound.8
index cda65b2da7f..e77effd4fbd 100644
--- a/usr.sbin/rebound/rebound.8
+++ b/usr.sbin/rebound/rebound.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rebound.8,v 1.12 2018/02/07 17:15:48 anton Exp $
+.\" $OpenBSD: rebound.8,v 1.13 2018/05/08 16:00:14 tedu Exp $
.\"
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
@@ -13,7 +13,7 @@
.\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: February 7 2018 $
+.Dd $Mdocdate: May 8 2018 $
.Dt REBOUND 8
.Os
.Sh NAME
@@ -46,8 +46,10 @@ Specify an alternative configuration file, instead of the default
will reload the configuration file when sent a
.Dv SIGHUP
signal or when the file changes.
-Only the nameserver option is used to indicate the next server to contact.
-Localhost entries will be skipped.
+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".
.It Fl d
Debug mode.
.Nm