Update tinc

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

View File

@ -21,3 +21,8 @@
{{ else }}
- net.ipv6.conf.all.disable_ipv6=0
{{ end }}
{{ if eq "bridge" "${network_mode:-macvlan}" }}
ports:
- "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/tcp"
- "${tinc_bind_port:-9993}:${tinc_bind_port:-9993}/udp"
{{ end }}