htz-cloud.wireguard: actually allow wg.c3voc.de to connect

This commit is contained in:
Franzi 2024-03-31 12:45:26 +02:00
parent df8955fa35
commit 139d5ff948
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -50,6 +50,10 @@ nodes['htz-cloud.wireguard'] = {
'50-wireguard': [
'udp dport 1194 accept',
'udp dport 51800 accept',
# wg.c3voc.de
'udp dport 51801 ip saddr 185.106.84.42 accept',
'udp dport 51801 ip6 saddr 2001:67c:20a0:e::189 accept',
],
},
'postrouting': {