diff options
author | 2003-03-16 08:13:02 +0000 | |
---|---|---|
committer | 2003-03-16 08:13:02 +0000 | |
commit | 22a4c57c8fb9de6393600dfc9e976d04c7aadae0 (patch) | |
tree | 909112662e42eec70d02a3e1465c104a43cbd034 | |
parent | modifed -> modified (diff) | |
download | wireguard-openbsd-22a4c57c8fb9de6393600dfc9e976d04c7aadae0.tar.xz wireguard-openbsd-22a4c57c8fb9de6393600dfc9e976d04c7aadae0.zip |
secrity -> security. Ok ho@
-rw-r--r-- | sbin/isakmpd/samples/VPN-east.conf | 4 | ||||
-rw-r--r-- | sbin/isakmpd/samples/VPN-west.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/samples/VPN-east.conf b/sbin/isakmpd/samples/VPN-east.conf index cc8163a5a75..04d0bb90dfc 100644 --- a/sbin/isakmpd/samples/VPN-east.conf +++ b/sbin/isakmpd/samples/VPN-east.conf @@ -1,4 +1,4 @@ -# $OpenBSD: VPN-east.conf,v 1.12 2002/06/09 08:13:07 todd Exp $ +# $OpenBSD: VPN-east.conf,v 1.13 2003/03/16 08:13:02 matthieu Exp $ # $EOM: VPN-east.conf,v 1.12 2000/10/09 22:08:30 angelos Exp $ # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. @@ -7,7 +7,7 @@ # # 192.168.11.0/24 - west [.11] - 10.1.0.0/24 - [.12] east - 192.168.12.0/24 # -# "west" and "east" are the respective secrity gateways (aka VPN-nodes). +# "west" and "east" are the respective security gateways (aka VPN-nodes). [Phase 1] 10.1.0.11= ISAKMP-peer-west diff --git a/sbin/isakmpd/samples/VPN-west.conf b/sbin/isakmpd/samples/VPN-west.conf index 161a5847541..5b3a8f64694 100644 --- a/sbin/isakmpd/samples/VPN-west.conf +++ b/sbin/isakmpd/samples/VPN-west.conf @@ -1,4 +1,4 @@ -# $OpenBSD: VPN-west.conf,v 1.13 2003/02/26 22:55:59 ho Exp $ +# $OpenBSD: VPN-west.conf,v 1.14 2003/03/16 08:13:02 matthieu Exp $ # $EOM: VPN-west.conf,v 1.13 2000/10/09 22:08:30 angelos Exp $ # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. @@ -7,7 +7,7 @@ # # 192.168.11.0/24 - west [.11] - 10.1.0.0/24 - [.12] east - 192.168.12.0/24 # -# "west" and "east" are the respective secrity gateways (aka VPN-nodes). +# "west" and "east" are the respective security gateways (aka VPN-nodes). [Phase 1] 10.1.0.12= ISAKMP-peer-east |