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:
parent
c3df5d6f12
commit
39d7830086
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue