Update wireguard

This commit is contained in:
Manevolent 2023-04-12 20:04:47 -06:00 committed by GitHub
parent ec533fe11f
commit fa96e32237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,7 @@
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.conf.all.rp_filter=2
{{ if eq "bridge" "${network_mode:-macvlan}" }}
ports:
- "${wg_port:-51820}:${wg_port:-51820}/udp"
{{ end }}