1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-23 00:25:18 +00:00

Removed leftfirewall=yes from strongSwan config template

This commit is contained in:
Lauri Võsandi 2015-11-20 21:17:46 +01:00
parent f893582338
commit 8397d02f26

View File

@ -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