Update tinc

This commit is contained in:
Manevolent 2023-04-12 18:25:39 -06:00 committed by GitHub
parent 16ec0513ad
commit b73f419f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
restart: always
networks:
internal:
ipv4_address: ${internal_address}
{{ if len "${internal_address:-}" }} ipv4_address: ${internal_address}{{ end }}
sysctls:
{{ if ne "true" "${ipv6_enabled}" }}
- net.ipv6.conf.all.disable_ipv6=1