diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2021-08-04 18:19:52 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2021-08-04 18:19:52 +0000 |
commit | 099b827c5653e56f7400ef1051d89da6fcf43dac (patch) | |
tree | 6eda3f1612cde628cef9d197c4ba2a8885793f39 | |
parent | 95c8df6da51be39f18c77358db9b653e24ef6157 (diff) |
reference route(8) new nameserver command.
-rw-r--r-- | sbin/resolvd/resolvd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/resolvd/resolvd.8 b/sbin/resolvd/resolvd.8 index 82aeb8e2d2a..602bfa95688 100644 --- a/sbin/resolvd/resolvd.8 +++ b/sbin/resolvd/resolvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolvd.8,v 1.6 2021/05/02 15:15:44 deraadt Exp $ +.\" $OpenBSD: resolvd.8,v 1.7 2021/08/04 18:19:51 benno Exp $ .\" .\" Copyright (c) 2021 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,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: May 2 2021 $ +.Dd $Mdocdate: August 4 2021 $ .Dt RESOLVD 8 .Os .Sh NAME @@ -49,6 +49,9 @@ also monitors the routing socket for proposals learned by .Xr slaacd 8 , or network devices which natively learn DNS information such as .Xr umb 4 . +Proposals can also be sent using the +.Xr route 8 +nameserver command. .Pp These proposals are added in priority order, but commented out if @@ -83,6 +86,7 @@ Produce more verbose output. .Xr resolv.conf 5 , .Xr dhclient 8 , .Xr dhcpleased 8 , +.Xr route 8 , .Xr slaacd 8 , .Xr unwind 8 .Sh HISTORY |