mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 22:20:56 +00:00
Removed leftfirewall=yes from strongSwan config template
This commit is contained in:
@@ -18,7 +18,6 @@ conn site-to-clients
|
|||||||
rightsourceip={{subnet}} # Serve virtual IP-s from this pool
|
rightsourceip={{subnet}} # Serve virtual IP-s from this pool
|
||||||
left={{local}} # Gateway IP address
|
left={{local}} # Gateway IP address
|
||||||
leftcert={{certificate_path}} # Gateway certificate
|
leftcert={{certificate_path}} # Gateway certificate
|
||||||
leftfirewall=yes
|
|
||||||
{% if route %}
|
{% if route %}
|
||||||
{% if route | length == 1 %}
|
{% if route | length == 1 %}
|
||||||
leftsubnet={{route[0]}} # Advertise routes via this connection
|
leftsubnet={{route[0]}} # Advertise routes via this connection
|
||||||
|
Reference in New Issue
Block a user