Fixed typo in strongSwan guide
This commit is contained in:
parent
cefaa7777d
commit
b3f3b18510
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ conn ikev2
|
|||
leftid=vpn-server.com
|
||||
leftcert=vpn-server.crt
|
||||
leftsendcert=always
|
||||
leftsubnet=0.0.0.0/0,::/0
|
||||
leftsubnet=0.0.0.0/0
|
||||
right=%any
|
||||
rightid=%any
|
||||
rightauth=eap-tls
|
||||
|
@ -423,7 +423,7 @@ conn ikev2
|
|||
leftid=vpn-server.com
|
||||
leftcert=vpn-server.crt
|
||||
leftsendcert=always
|
||||
leftsubnet=0.0.0.0/0
|
||||
leftsubnet=0.0.0.0/0,::/0
|
||||
right=%any
|
||||
rightid=%any
|
||||
rightauth=eap-tls
|
||||
|
|
Loading…
Add table
Reference in a new issue