IPsec: ipsec.conf config items typoed. auth vs authby need to make sure it does't break but this shuold be the right way

This commit is contained in:
toby 2019-01-24 14:12:41 -08:00
parent c3df5d6f12
commit 39d7830086
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ conn local4
leftsubnet = LOOPBACKv4
right = LOOPBACKv4
rightsubnet = LOOPBACKv4
auth = none
authby = never
type = passthrough
@ -45,7 +45,7 @@ conn local6
leftsubnet = LOOPBACKv6
right = LOOPBACKv6
rightsubnet = LOOPBACKv6
auth = none
authby = never
type = passthrough