diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-01-23 13:12:20 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-01-23 13:12:20 +0000 |
commit | eef168c6991c247f694d60bbe6311a78d10cd5ae (patch) | |
tree | 445b1488af062855ba94ec38307be78dc897d70f /usr.sbin/unwindctl/unwindctl.8 | |
parent | 1cfcc63ce1c2f5f9337681007a3e1e0ced56970f (diff) |
import unwindctl
"toss it in man" deraadt@
Diffstat (limited to 'usr.sbin/unwindctl/unwindctl.8')
-rw-r--r-- | usr.sbin/unwindctl/unwindctl.8 | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/usr.sbin/unwindctl/unwindctl.8 b/usr.sbin/unwindctl/unwindctl.8 new file mode 100644 index 00000000000..f8dd5a47b2e --- /dev/null +++ b/usr.sbin/unwindctl/unwindctl.8 @@ -0,0 +1,81 @@ +.\" $OpenBSD: unwindctl.8,v 1.1 2019/01/23 13:12:19 florian Exp $ +.\" +.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" 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: January 23 2019 $ +.Dt UNWINDCTL 8 +.Os +.Sh NAME +.Nm unwindctl +.Nd control the unwind daemon +.Sh SYNOPSIS +.Nm +.Op Fl s Ar socket +.Ar command +.Op Ar argument ... +.Sh DESCRIPTION +The +.Nm +program controls the +.Xr unwind 8 +daemon. +.Pp +The following options are available: +.Bl -tag -width Ds +.It Fl s Ar socket +Use +.Ar socket +instead of the default +.Pa /var/run/unwind.sock +to communicate with +.Xr unwind 8 . +.El +.Pp +The following commands are available: +.Bl -tag -width Ds +.It Cm log brief +Disable verbose logging. +.It Cm log verbose +Enable verbose logging. +.It Cm log debug +Enable very noisy debug logging. +.It Cm reload +Reload the configuration file. +.It Cm status Op Cm recursor Cm dhcp Cm static +Show a status summary. +If one of +.Cm recursor , +.Cm dhcp +or +.Cm static +is given more detailed information is given. +Including reasons why DNSSEC validation might be failing and a query time +histogram. +.El +.Sh FILES +.Bl -tag -width "/var/run/unwind.sockXX" -compact +.It Pa /var/run/unwind.sock +.Ux Ns -domain +socket used for communication with +.Xr unwind 8 . +.El +.Sh SEE ALSO +.Xr unwind.conf 5 , +.Xr unwind 8 +.Sh HISTORY +The +.Nm +program first appeared in +.Ox 6.5 . |