diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-20 12:48:17 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-11-20 12:48:17 +0000 |
commit | e23c2c1eae2198bc41e5642bbf04226811c8d1dd (patch) | |
tree | 8bc5d0532541251e73e739d18261bf162cf6ccef | |
parent | 6ff1c3a816234ce5f81366d901cbfd6867e43f12 (diff) |
DNS goes over both udp and tcp, so reflect that in example pf.conf line;
ok reyk@
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 3dca13f9e05..7ccee17cb7a 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.53 2018/10/20 13:29:12 jmc Exp $ +.\" $OpenBSD: vmctl.8,v 1.54 2018/11/20 12:48:16 otto Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@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: October 20 2018 $ +.Dd $Mdocdate: November 20 2018 $ .Dt VMCTL 8 .Os .Sh NAME @@ -322,7 +322,7 @@ different DNS server with an entry in the host machine's .Pa /etc/pf.conf similar to the following: .Bd -literal -offset indent -pass in proto udp from 100.64.0.0/10 to any port domain \e +pass in proto { udp tcp } from 100.64.0.0/10 to any port domain \e rdr-to $dns_server port domain .Ed .Sh FILES |