1.\" $OpenBSD: unwindctl.8,v 1.13 2023/01/03 20:58:05 deraadt Exp $ 2.\" 3.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: January 3 2023 $ 18.Dt UNWINDCTL 8 19.Os 20.Sh NAME 21.Nm unwindctl 22.Nd control the unwind daemon 23.Sh SYNOPSIS 24.Nm 25.Op Fl s Ar socket 26.Ar command 27.Op Ar argument ... 28.Sh DESCRIPTION 29The 30.Nm 31program controls the 32.Xr unwind 8 33daemon. 34.Pp 35The following options are available: 36.Bl -tag -width Ds 37.It Fl s Ar socket 38Use 39.Ar socket 40instead of the default 41.Pa /dev/unwind.sock 42to communicate with 43.Xr unwind 8 . 44.El 45.Pp 46The following commands are available: 47.Bl -tag -width Ds 48.It Cm log brief 49Disable verbose logging. 50.It Cm log verbose 51Enable verbose logging. 52.It Cm log debug 53Enable very noisy debug logging. 54.It Cm reload 55Reload the configuration file. 56.It Cm status 57Show a status summary. 58.It Cm status autoconf 59Show nameservers learned from 60.Xr dhcpleased 8 61or 62.Xr slaacd 8 . 63.It Cm status memory 64Show memory consumption. 65.El 66.Sh FILES 67.Bl -tag -width "/dev/unwind.sockXX" -compact 68.It Pa /dev/unwind.sock 69.Ux Ns -domain 70socket used for communication with 71.Xr unwind 8 . 72.El 73.Sh SEE ALSO 74.Xr unwind.conf 5 , 75.Xr unwind 8 76.Sh HISTORY 77The 78.Nm 79program first appeared in 80.Ox 6.5 . 81