summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmctl
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2018-11-20 12:48:16 +0000
committerotto <otto@openbsd.org>2018-11-20 12:48:16 +0000
commit4df30e3e3cf37ecfa6f83a3128c3fe740cdb275d (patch)
treebbd8691989c95dc424140767fc6968fc4ebfab62 /usr.sbin/vmctl
parentRevert free sizes for `subdevs' array, it is incorrect. (diff)
downloadwireguard-openbsd-4df30e3e3cf37ecfa6f83a3128c3fe740cdb275d.tar.xz
wireguard-openbsd-4df30e3e3cf37ecfa6f83a3128c3fe740cdb275d.zip
DNS goes over both udp and tcp, so reflect that in example pf.conf line;
ok reyk@
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r--usr.sbin/vmctl/vmctl.86
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