diff options
author | 2020-12-28 19:13:12 +0000 | |
---|---|---|
committer | 2020-12-28 19:13:12 +0000 | |
commit | 5f79cf9794ac15e8ffbf29cee6a35e9ce7abe1e1 (patch) | |
tree | 5735104b24c5065c871687984d023869ab8b51e1 | |
parent | Add support for kern.video.record. (diff) | |
download | wireguard-openbsd-5f79cf9794ac15e8ffbf29cee6a35e9ce7abe1e1.tar.xz wireguard-openbsd-5f79cf9794ac15e8ffbf29cee6a35e9ce7abe1e1.zip |
Add back keyword "any" to match any IP address, which actually works
after recent fixes.
-rw-r--r-- | sbin/iked/iked.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index d28e472cfa6..4faa5550fd0 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.80 2020/12/11 22:47:11 tobhe Exp $ +.\" $OpenBSD: iked.conf.5,v 1.81 2020/12/28 19:13:12 tobhe Exp $ .\" .\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. @@ -15,7 +15,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: December 11 2020 $ +.Dd $Mdocdate: December 28 2020 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -396,6 +396,9 @@ the .Ar srcnat parameter can be used to specify the actual source address. This can be used in outgoing NAT/BINAT scenarios as described below. +The keyword +.Ar any +will match any address (i.e. 0.0.0.0/0 and ::/0). If the .Ic config address option is specified, the |