mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 03:53:39 +02:00
Fixing feedback
Typo in client_ipsec.conf Disabling by default
This commit is contained in:
parent
4f6d84ff9e
commit
b7a7fd6b4f
2 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@ BetweenClients_DROP: Y
|
||||||
# ALPHA feature: Uncomment below to build EdgeMaxclient configuration. Note that this will break connectivity from other clients
|
# ALPHA feature: Uncomment below to build EdgeMaxclient configuration. Note that this will break connectivity from other clients
|
||||||
# We recommend that you deploy a sepearate Algo server for each Edgerouter with only one client user defined.
|
# We recommend that you deploy a sepearate Algo server for each Edgerouter with only one client user defined.
|
||||||
# Set the lan subnet to the IP CIDR notation for the lan behind the router. This MUST not interest with the vpn_network set above
|
# Set the lan subnet to the IP CIDR notation for the lan behind the router. This MUST not interest with the vpn_network set above
|
||||||
edgemax_support: True
|
#edgemax_support: True
|
||||||
edgemax_lan_subnet: 10.0.0.0/16
|
#edgemax_lan_subnet: 10.0.0.0/16
|
||||||
|
|
||||||
congrats:
|
congrats:
|
||||||
common: |
|
common: |
|
||||||
|
|
|
@ -28,7 +28,7 @@ conn ikev2-{{ IP_subject_alt_name }}
|
||||||
leftsubnet={{ edgemax_lan_subnet }}
|
leftsubnet={{ edgemax_lan_subnet }}
|
||||||
auto=route
|
auto=route
|
||||||
{% else %}
|
{% else %}
|
||||||
audto=add
|
auto=add
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue