Skip to content
Snippets Groups Projects
Commit c3c42c59 authored by ale's avatar ale
Browse files

Fix tinc host Subnet to /32

parent 78c97bba
No related branches found
No related tags found
1 merge request!298Generate Tinc configuration without a plugin
Pipeline #62893 passed
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
Digest = {{ net_overlay_config.digest | default('sha256') }} Digest = {{ net_overlay_config.digest | default('sha256') }}
Compression = {{ net_overlay_config.compression | default('0') }} Compression = {{ net_overlay_config.compression | default('0') }}
PMTU = {{ net_overlay_config.pmtu | default('1460') }} PMTU = {{ net_overlay_config.pmtu | default('1460') }}
Subnet = {{ tinc_host_ip_cidr }} Subnet = {{ tinc_host_ip }}/32
{{ tinc_host_public_key['content'] | b64decode }} {{ tinc_host_public_key['content'] | b64decode }}
# Generate tinc host entries for all *other* hosts. Skip if for # Generate tinc host entries for all *other* hosts. Skip if for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment