diff options
author | 2015-11-18 08:30:08 +0000 | |
---|---|---|
committer | 2015-11-18 08:30:08 +0000 | |
commit | 025598945d94c3c6a6dd16f7e033e4323325e811 (patch) | |
tree | ccdfc467111e6bbe3c88d43e6d6ec782cca7d327 | |
parent | check domain and state of socket against pledge promise. (diff) | |
download | wireguard-openbsd-025598945d94c3c6a6dd16f7e033e4323325e811.tar.xz wireguard-openbsd-025598945d94c3c6a6dd16f7e033e4323325e811.zip |
say that network communication is not secure
-rw-r--r-- | usr.bin/sndiod/sndiod.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/sndiod/sndiod.1 b/usr.bin/sndiod/sndiod.1 index cf22a5da00b..8369b6b30c0 100644 --- a/usr.bin/sndiod/sndiod.1 +++ b/usr.bin/sndiod/sndiod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.1,v 1.6 2015/09/05 11:39:29 ratchov Exp $ +.\" $OpenBSD: sndiod.1,v 1.7 2015/11/18 08:30:08 ratchov Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov <alex@caoua.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: September 5 2015 $ +.Dd $Mdocdate: November 18 2015 $ .Dt SNDIOD 1 .Os .Sh NAME @@ -228,6 +228,9 @@ If the option argument is then .Nm will accept connections from any address. +As the communication is not secure, this +option is only suitable for local networks where all hosts +and users are trusted. .It Fl m Ar mode Set the sub-device mode. Valid modes are |