Browse Source

tweak previous;

OPENBSD_6_2
jmc 7 years ago
parent
commit
20dd90153e
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      src/usr.sbin/ntpd/ntpd.conf.5

+ 6
- 5
src/usr.sbin/ntpd/ntpd.conf.5 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ntpd.conf.5,v 1.35 2017/05/30 23:30:48 benno Exp $
.\" $OpenBSD: ntpd.conf.5,v 1.36 2017/05/31 06:23:19 jmc Exp $
.\" .\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\" .\"
@ -14,7 +14,7 @@
.\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: May 30 2017 $
.Dd $Mdocdate: May 31 2017 $
.Dt NTPD.CONF 5 .Dt NTPD.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -67,11 +67,12 @@ or
listen on 127.0.0.1 listen on 127.0.0.1
listen on ::1 listen on ::1
listen on 127.0.0.1 rtable 4 listen on 127.0.0.1 rtable 4
.It Xo Ic query from Ar address
.Xc
Specify a Local IP address the
.Ed
.It Ic query from Ar address
Specify a local IP address the
.Xr ntpd 8 .Xr ntpd 8
daemon should use for outgoing queries. daemon should use for outgoing queries.
For example:
.Bd -literal -offset indent .Bd -literal -offset indent
query from 192.0.2.1 query from 192.0.2.1
query from 2001:db8::1 query from 2001:db8::1


Loading…
Cancel
Save