diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-03 18:17:16 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-03 18:17:16 +0000 |
commit | 9c1c19ee19e13902c5ae39bd2c95a642353154e9 (patch) | |
tree | 0e4c7d9ebb837f50497e78fa601912f3f46bb555 /sbin/unwind/unwind.8 | |
parent | 365d12af07bd953d7d1a83208eeabaac6a04c93f (diff) |
Stop lying about slaacd(8).
This requires quite a bit of yak shaving until we can pick up nameservers
from router advertisements.
Pointed out by sthen & kn
Diffstat (limited to 'sbin/unwind/unwind.8')
-rw-r--r-- | sbin/unwind/unwind.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/unwind/unwind.8 b/sbin/unwind/unwind.8 index 40d120437f5..8b0c1f6a1c6 100644 --- a/sbin/unwind/unwind.8 +++ b/sbin/unwind/unwind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.8,v 1.3 2019/01/26 15:59:05 florian Exp $ +.\" $OpenBSD: unwind.8,v 1.4 2019/02/03 18:17:15 florian Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2016 Kenneth R Westerback <kwesterback@gmail.com> @@ -15,7 +15,7 @@ .\" 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 26 2019 $ +.Dd $Mdocdate: February 3 2019 $ .Dt UNWIND 8 .Os .Sh NAME @@ -35,8 +35,6 @@ listens on localhost. sends DNS queries to nameservers to answer queries and switches to resolvers learned from .Xr dhclient 8 -or -.Xr slaacd 8 if it detects that DNS queries are blocked by the local network. It periodically probes if DNS is no longer blocked and switches back to querying nameservers itself. @@ -105,7 +103,6 @@ socket used for communication with .Sh SEE ALSO .Xr unwind.conf 5 , .Xr dhclient 8 , -.Xr slaacd 8 , .Xr unbound 8 , .Xr unwindctl 8 .Sh STANDARDS |